Tile
- Tile:
Contais the definition the tile type.
- YAML Key:
Tile
- Example:
Plain:
Sprite: ../../assets/Tiles/plain.png
Symbol: .
IsWalkable: true
DefaultTile: true
- Properties:
Property |
Required |
Data type |
Options |
Definition |
|
|
|
Path to the sprited used in to render the tile in the GUI mode. |
|
|
|
|
Symbol used to parse the map board. |
|
|
|
|
|
Mark the tile type as walkable. |
|
|
|
Mark the tile type as the default tile. Used to generate the default tile under the tiles defined in the board. |