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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
for example :
"properties": { "image":"spinning_coin_gold", "spritewidth":"32" },
this is not consistent with the regular XML export, where spritewidth (here in the example) would have directly the Integer value 32 and not "32".
spritewidth
The text was updated successfully, but these errors were encountered:
Actually, this is consistent with the regular XML export, since in XML all data are strings.
Also, all user-defined properties are in fact strings. There is no support for different types of properties at the moment (that's issue #14).
Sorry, something went wrong.
With Tiled 0.16, there is support for basic property types, and numbers and booleans will no longer be quoted as strings in JSON files.
No branches or pull requests
for example :
this is not consistent with the regular XML export, where
spritewidth
(here in the example) would have directly the Integer value 32 and not "32".The text was updated successfully, but these errors were encountered: