summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-06-05 22:27:08 +0200
committertroido <troido@protonmail.com>2020-06-05 22:27:08 +0200
commitde4505121dd8b2216e8c797b4b7b7347e5d98c2f (patch)
tree215db0659da3e2186de84c3dd9353276c3c14f4b
parent530661e39b0b8791bc8c790ece3bc558033894ca (diff)
clarified docs
-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