TheBoneJarmer / TiledCS

TiledCS is a dotnet library for loading Tiled tilesets and maps
MIT License
139 stars 51 forks source link

add support for tiled tile class property #99

Closed timjen3 closed 1 year ago

timjen3 commented 1 year ago

Tiled has a breaking change since version 1.9 that the "type" property was renamed to "class". TiledCS should support both.

See: Tiled Docs