mapeditor / tiled-to-godot-export

Tiled plugins for exporting Tilemaps and Tilesets to Godot 3 format
149 stars 35 forks source link

Handling layer with multiple tilesets: multiple scenes? #10

Closed saluk closed 4 years ago

saluk commented 4 years ago

Just an idea: In the same way that multiple tilemap, layers are handled by generating multiple subscenes in godot, perhaps a single tilemap layer that has multiple tilesets could also be split out into subscenes? Each layer could be a Node that has each set used as a tilemap, or maybe only tilemaps that have multiple tilesets used would generate a child tilemap parented to the layers base tilemap.

saluk commented 4 years ago

Oh looks like this was already done, haha