File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,11 @@ be the same as in your Godot project.
9898
9999So, these impose the following limitations when exporting from Tiled:
100100
101- Each tileset will be exported as a stand-alone Tileset.
102- Each Layer should use only tiles from one tileset.
103- Each layer will become a Tilemap in Godot with a single Tileset.
104- (This is automatically set based on the first tile detected, so if you use more than one tileset in a layer, only the one
105- holding the first detected tile will be mapped.)
106-
101+ * Each tileset will be exported as a stand-alone Tileset.
102+ * Each Layer should use only tiles from one tileset.
103+ * Each layer will become a Tilemap in Godot with a single Tileset.
104+ * If you use more than one tileset in a layer, each tiles from the tileset will be exported as child tilemap
105+ to the first one.
107106
108107When you export a map Godot only needs to reload the scene. You can add something like this in your
109108godot script:
You can’t perform that action at this time.
0 commit comments