Hello,
I added a second tile set to my map, and in the exported json, I get values like 32769 instead of 1 for my tiles ids
that number comes from nowhere, I use 128x128 tiles set, so 32769 is not even a multiple of these
it’s probably an offset id or something, but it would be nice to have the offset in the exported json file for refrerence, it really seems like a Tiled internal value so it should rather be trimed to 1
I did that in my import and indeed it does the trick but it is a workaround and I am afraid I would have to adjust that offset everytime I add another tileset or if Tiled gets updated
regards