Tilemap => How to create re-usable "pieces of tilemaps" templates?

What if you create these sections in Tiled and then export them as json or lua and include these files in your game? You can then read the data from such a segment/room and use the data to tilemap.set_tile()? Also see my answer here: Tilemap => possible to sort z-values of each tile separately? - #9 by britzl

2 Likes