Database /
Tile Tags
Introduction
Tile tags are a way of categorizing individual tiles inside Tilesets and assigning special properties to them.
Note: Special Requirement for Traversal will block movement on a tile, effectively acting like the tile has a collision set on it. Setting a Tile Tag trait associated with this will enable traversal.
Properties
System
Name | Explanation | Type |
---|---|---|
Name | The name of the tile tag. | String |
Details
Name | Explanation | Type |
---|---|---|
Idle Animation | The custom animation when idle on the tile tag. | Animation |
Movement Animation | The custom animation when moving on the tile tag. | Animation |
Special Requirement for Traversal | Whether or not the tile tag has a requirement for traversal. | Toggle |
Use Idle Animation | Whether or not to use a custom idle animation when on the tile tag. | Toggle |
Use Movement Animation | Whether or not to use a custom movement animation when on the tile tag. | Toggle |