I mean, when I have tilemaps with exactly same images, like:
tilemap object 'roomA' uses image1.png,
'roomB' also uses image1.png,
'roomC' also uses image1.png, and so on...,
does it make me have several same image data (or files) when exported? Or is our C2 smart enough to avoid such a situation...?
(Wondering this using Tiled, as importing .tmx makes each tilemap has seperated images, while in Tiled all maps reference 1 image source file.
I'm drawing every maps in Tiled firstly as it is much more convenient to design and draw maps, but when I import those .tmxs, the situation becomes above; I have many tilemap objects with same images, but all seperated.)