Stupid question, but I have a tilemap object placed on my first level. Now I want to re-use it on my others levels, so I place the tilemap object into my second (third, fourth) layout and it always has
a) the dimensions of the first instance on level 1
b) the content / layout of the the first level
Before I can start to design a new level, I have to clear all tiles first, which is a tedious job, as there's no selection tool to selected multipe tiles in the layout and delete / move them.