MonoGame.Extended icon indicating copy to clipboard operation
MonoGame.Extended copied to clipboard

add support for class (nested) properties

Open KatDevsGames opened this issue 1 year ago • 0 comments

Currently, MonoGame.Extended's pipeline crashes when attempting to load tmx files when objects contain property values that are themselves classes that contain (nested) properties. This PR fixes the crash in question and adds support for nested properties on all objects.

This PR brings the C# library more in line with supporting the full set of existing Tiled features.

KatDevsGames avatar Sep 20 '23 04:09 KatDevsGames