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
It's worth mentioning in the README that Tiled's "Tile Layer Format" matters when wanting to enable animations:
Phaser.Loader
Basically, the JSON needs it's layer data to be Arrays of integers and not a String.
data
Took me forever to figure out why https://github.com/colinvella/phaser-tilemap-plus-demo was working, but my map wasn't...! 😆
The text was updated successfully, but these errors were encountered:
I had the same problem. Thank you!
Sorry, something went wrong.
Noted: Updated README will be included in the next release with a section on supported formats.
No branches or pull requests
It's worth mentioning in the README that Tiled's "Tile Layer Format" matters when wanting to enable animations:
Phaser.Loader
Base64 (gzip compressed)unsuported byPhaser.Loader
Base64 (zlib compressed)unsupported byPhaser.Loader
Basically, the JSON needs it's layer
data
to be Arrays of integers and not a String.Took me forever to figure out why https://github.com/colinvella/phaser-tilemap-plus-demo was working, but my map wasn't...! 😆
The text was updated successfully, but these errors were encountered: