mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.16k stars 1.76k forks source link

Tiles don't update when using Collection of Images tileset #990

Open EdenIndustries opened 9 years ago

EdenIndustries commented 9 years ago

If you edit a tile that is included in a Collection of Images tileset using an external image editing program, it won't be updated within Tiled. However, if you edit a tile that is part of a tileset Based on a Tileset Image, it will be updated within Tiled (although this seems to not be 100% reliable. At certain points, it will stop updating unless you either close/open the level, or close/open Tiled. I'm not so sure of the repro case for this part of the issue or the fix case)

In order to have a tile updated that's part of a Collection of Images tileset, you first have to close and re-open the level, and then it'll reflect the changes.

bjorn commented 9 years ago

Right, that functionality is currently only hooked up to full tileset images. It should really be extended to the invidual tiles as well, but it will take some effort to keep the code clean.