Do you want to work on this issue?
You can request for a bounty in order to promote it!
Rendering specification in case map's tile size does not match tileset's tile size #3848
jube posted onGitHub
Is your feature request related to a problem? Please describe.
I have been writing a renderer for TMX maps, and I have a staggered map that has a tileset that does not have the same tile size as the map's tile size in the XML. In this case, I don't really known what to do. I have been patching my code in various ways but I have never been satisfied with the patches. They have to work for all the layouts, not just staggered. If necessary, I can provide a simple example.
Describe the solution you'd like
Is it possible to specify the expected behaviour in case map's tile size does not match tileset's tile size for all the layouts?
Describe alternatives you've considered
I have tried to understand the code in Tiled, but I did not managed to find the lines where this is handled.