more docs changes

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-12 15:43:32 +02:00
parent a71d29d997
commit ce1961e34e
4 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -87,11 +87,11 @@ Repeat for every tile that should be "collidable".
In the next sections, you will see how you can add behaviour on your map by adding "properties".
You can add properties for a variety of features: putting exits, opening websites, meeting rooms, silent zones, etc...
You can add properties either on individual tiles of a tileset OR on a complete layer.
You can add properties either on individual tiles of a tileset, on Tiled object OR on a complete layer.
If you put a property on a layer, it will be triggered if your Woka walks on any tile of the layer.
If you put a property on a object or layer, it will be triggered if your Woka walks on object area / any tile of the layer.
The exception is the "collides" property that can only be set on tiles, but not on a complete layer.
The exception is the "collides" property that can only be set on tiles, but not on an object or on complete layer.
## Insert helpful information in your map