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
Whenever I try to load a .tmx-file with the FlxTiledMap constructor and any object has a custom property that contains a newline, the program crashes with a property is missing attribute value error.
It works without problems if everything is in a single line, so I assume it has something to do with the XML-parsing or TiledPropertySet construction. I am not entirely sure if anything can be done in Flixel...
The text was updated successfully, but these errors were encountered:
Whenever I try to load a .tmx-file with the FlxTiledMap constructor and any object has a custom property that contains a newline, the program crashes with a
property is missing attribute value
error.Example snippet from the .tmx:
It works without problems if everything is in a single line, so I assume it has something to do with the XML-parsing or TiledPropertySet construction. I am not entirely sure if anything can be done in Flixel...
The text was updated successfully, but these errors were encountered: