TheBoneJarmer / TiledCS

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

Keep the order of the layers #104

Open eritiro opened 11 months ago

eritiro commented 11 months 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.