Replies: 3 comments 3 replies
-
Will the new added json extensions become the default extensions used in tiled over the xml ones? |
Beta Was this translation helpful? Give feedback.
-
This is working delightfully for me so far! Before, I had properties like these listed individually, with dot-separated names. For example, {
"components": {
"friction": true,
"physics": true
}
} The problems I had with this:
This feature now completely solves this for me. It serves as a drop-in replacement because of the way I'm parsing map JSON, and the way these new custom properties are structured within said JSON. Class property types allow me to define all available properties per "component" in my entity component system, and objects can then opt in for each component by adding a single property. 🎉 Subtleties that I've noticed that give a great user experience:
The only issues I've noticed so far are minor, and UI related only:
Thanks so much for this! It's amazing! 🎉 |
Beta Was this translation helpful? Give feedback.
-
Is the new regionEdited signal part of this release? UPDATE: Just tried and it's not :-( When can we hope this feature to make it into a final release? |
Beta Was this translation helpful? Give feedback.
-
This is tagged
v1.7.90
, but it is actually Tiled 1.8.0 Beta. Please provide feedback, either by commenting here, by opening issues or on the Tiled Discord server. Thanks!This discussion was created from the release Tiled 1.8.0 beta.
Beta Was this translation helpful? Give feedback.
All reactions