From de4505121dd8b2216e8c797b4b7b7347e5d98c2f Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 5 Jun 2020 22:27:08 +0200 Subject: clarified docs --- docs/glossary.md | 2 +- docs/tutorial/tutorial1.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit