Warn if isometric TileMap is not Y-sorted

This commit is contained in:
kobewi
2022-10-07 22:27:31 +02:00
parent 2b505b74b9
commit 64fc443e24
2 changed files with 19 additions and 0 deletions

View File

@@ -617,6 +617,7 @@
</constant>
<constant name="TILE_SHAPE_ISOMETRIC" value="1" enum="TileShape">
Diamond tile shape (for isometric look).
[b]Note:[/b] Isometric [TileSet] works best if [TileMap] and all its layers have Y-sort enabled.
</constant>
<constant name="TILE_SHAPE_HALF_OFFSET_SQUARE" value="2" enum="TileShape">
Rectangular tile shape with one row/column out of two offset by half a tile.