Hi there!
For a project of mine I used to export Tiled maps as JSON files. This really works nice but recently I updated Tiled finding out this changed. Somehow someone thought it would be a good idea to change the JSON structure. Now tilesets are saved as seperate files (why even do this in the first place?) and the element inside the JSON file will link to this file. This “feauture” is screwing up my entire project because it depends heaviliy on the precious JSON structure. Is there way to revert this?
With kind regards,
TheBoneJarmer