Skip to content
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 Tiled 1.6 #37

Closed
SSBMTonberry opened this issue May 2, 2021 · 0 comments
Closed

Add support for Tiled 1.6 #37

SSBMTonberry opened this issue May 2, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SSBMTonberry
Copy link
Owner

Honestly no major changes has been done to the .json format, but there is one small breaking change:
The version property is now written as a string (“1.6”) instead of a number (1.5).

@SSBMTonberry SSBMTonberry added the enhancement New feature or request label May 2, 2021
@SSBMTonberry SSBMTonberry added this to the Version 1.3.0 milestone May 2, 2021
@SSBMTonberry SSBMTonberry self-assigned this May 2, 2021
SSBMTonberry added a commit that referenced this issue May 2, 2021
TiledVersion is still an own thing, which is still contained inside the map. Reason why version (json format version) was removed is that Tiled v1.6 changed the type from float to string, and it seems to give no real benefit to include in a map, so the easiest and most stable solution is to remove.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant