You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Merge pull request #67050 from KoBeWi/syrt
Warn if isometric TileMap is not Y-sorted
This commit is contained in:
@@ -616,6 +616,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.
|
||||
|
||||
Reference in New Issue
Block a user