summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/glossary.md2
-rw-r--r--docs/tutorial/tutorial1.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 4502c9d..fb3323d 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -34,7 +34,7 @@ Something that exists in the player inventory. Usually this also corresponds to
## Parameter
-A layer between JSON and the datastructures in the rustifarm code. Can be int, float, bool, string, template, list and interaction.
+A layer between JSON and the datastructures in the rustifarm code. Can be int, float, bool, string, template, list and interaction. The interaction parameter is in the process of being deprecated.
## ComponentParameter
diff --git a/docs/tutorial/tutorial1.md b/docs/tutorial/tutorial1.md
index b0f750a..fbab4bc 100644
--- a/docs/tutorial/tutorial1.md
+++ b/docs/tutorial/tutorial1.md
@@ -87,6 +87,7 @@ The water object is defined in the encyclopedia.
Similarily, the ',' corresponds to a tile with grass.
Sometimes it is necessary to have more that one object on the same tile, like for the door. In this case the entry can be a list of tiles.
+In fact, `"X": "rock"` is just a shortcut for `"X": ["rock"]`.
## Tile definitions