How to put a tilemap in a tilemap

The color-coded tilemaps extension works great for this, as you can just draw the house image onto map the world image with 1 block. Otherwise you would need nested for each loops to run through a tilemaps one by one and place each tile on a position on the main map.

1 Like