We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have issues with a tilemap with the following structure:
Due to this code:
pytiled_parser/pytiled_parser/parsers/tmx/layer.py
Line 318 in c8e7bbd
That changes the order and creates issues, when drawing on screen.
(Do you need a example map?)
The text was updated successfully, but these errors were encountered:
Makes sense, I should be able to make a test map for it pretty easy. Will add a test case for this and get a fix in
Sorry, something went wrong.
No branches or pull requests
I have issues with a tilemap with the following structure:
Due to this code:
pytiled_parser/pytiled_parser/parsers/tmx/layer.py
Line 318 in c8e7bbd
layers within GroupLayers are not parsed in their order, but layers first and other group layers last.
That changes the order and creates issues, when drawing on screen.
(Do you need a example map?)
The text was updated successfully, but these errors were encountered: