Closed coz-eduardo-hernandez closed 2 years ago
Looks good! Thanks for implementing this!
Lol, I literally was dealing with this problem a few hours ago and realized I had to embed the tilesets. If I had that clear error message you wrote it would have saved me some time!
Lol, I literally was dealing with this problem a few hours ago and realized I had to embed the tilesets. If I had that clear error message you wrote it would have saved me some time!
At the time of the last release of STI external Tilesets were supported, but Tiled changed what information it exports, so now the previous approach to external Tilesets won't work
Issue #173
These are the smallest number of commits from my repo that give support to Image collections:
Regarding the fourth commit: at some point Tiled stopped exporting the tileset image filename when the tileset is external (non-embedded), so now there's an assert in Map:init for external tilesets, since maps with them will not load.
To run the Image collection test just run main.lua.