You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of Tiled has changed the property "Type" to "Class" for point objects and probably other things. If you save a .tx file in the new version, it changes any "type" properties to "class." I submitted an issue over there as well.
Edit: Checking 1.8 compatibility mode in the project properties fixes this. Leaving open because the library should probably be updated.
The text was updated successfully, but these errors were encountered:
What is interesting is that Tiled only utilized the "Class" property for version 1.9. They reverted back to Type in Version 1.10 because of all the headaches it created for people that had utilized this functionality. I think the solution in the PR above was great because it keeps compatibility with both 1.9 and 1.10.
The new version of Tiled has changed the property "Type" to "Class" for point objects and probably other things. If you save a .tx file in the new version, it changes any "type" properties to "class." I submitted an issue over there as well.
Edit: Checking 1.8 compatibility mode in the project properties fixes this. Leaving open because the library should probably be updated.
The text was updated successfully, but these errors were encountered: