TheBoneJarmer / TiledCS

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

Keep the order of the layers #104

Open eritiro opened 1 year ago

eritiro commented 1 year ago

Currently if you load different kind of layers (eg a Tile layer and an Object layer) all the Tile layers will go to the bottom and all Object layers will be on Top.

With this change the layer order from Tiled is preserved in TiledCS.