-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Add support for .world files in tmxrasterizer #2067
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great patch overal! I only had minor comments, which I have put inline.
@RainingChain You seem to have marked all my comments as resolved, but have not pushed a new version of your commit. Did you forget? |
My PR has a bug because the width of maps is not initialized upon calling I think I'll just calculate the correct map size in |
@RainingChain If you push your updated commit I can also see if I can help with that. I think the easiest would be to load each map and rely on |
I fixed the map boundaries bug and made the changes you requested. |
@RainingChain Thanks a lot! |
With this PR, users will be able to convert a .world file into a .png file by running the command :
tmxrasterizer [options...]
This PR does not affect .tmx/.json conversion to png.