How to update my tileset?

Hi there,

Apologies if this is a newbie question, but I couldn’t seem to find an answer…

How do I update the tileset that I’ve been using? I’ve drawn out a level for my game in simple grey tiles, but now that the actual final tiles are done, I need to be able to replace the old tileset with the new one, without redrawing the entire level. I’m sure there is something incredibly simple that I’m missing.

Thank you,

-Daniel

The easiest is if you can just overwrite your old tileset image with the new image.

If you need the file name of the referenced image to be changed, you will currently need to edit the TMX file in a text editor to update the reference. Though note that the replacement tileset will still need to have the exact same layout.

The following issue is about allowing to change the reference in Tiled:

https://github.com/bjorn/tiled/issues/331

Thank you Bjorn. That solves my issue. I knew it was something simple :smiley: