diff options
Diffstat (limited to 'docs/tutorial/tutorial1.md')
| -rw-r--r-- | docs/tutorial/tutorial1.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
