From 64fc443e2416a9c27b15010e8e0bfeb424c5436c Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 7 Oct 2022 22:27:31 +0200 Subject: Warn if isometric TileMap is not Y-sorted --- doc/classes/TileSet.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes') diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index 7ced16d1af..1cf3d4bf21 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -617,6 +617,7 @@ Diamond tile shape (for isometric look). + [b]Note:[/b] Isometric [TileSet] works best if [TileMap] and all its layers have Y-sort enabled. Rectangular tile shape with one row/column out of two offset by half a tile. -- cgit v1.2.3