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

Tiled 1.2 Support #23

Open
Zulu-Inuoe opened this issue Aug 5, 2019 · 0 comments
Open

Tiled 1.2 Support #23

Zulu-Inuoe opened this issue Aug 5, 2019 · 0 comments
Milestone

Comments

@Zulu-Inuoe
Copy link
Owner

Tiled 1.2 includes a few relatively substantial format changes:

  • Layer objects now each have an ID
  • The JSON Map format now stores the tiles in a tileset as an array of Tile objects, rather than a dictionary of ID->Tile Object values.
  • Custom tile properties are now stored within each Tile instead of being included as tileproperties in the Tileset object.
  • Custom properties are now stored in an array instead of an object where the property names were the keys. Each property is now an object that stores the name, type and value of the property. The separate propertytypes and tilepropertytypes attributes have been removed.

A few minor others, but at a minimum these'll need to be incorporated to be able to generally load Tiled 1.2 maps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant