TiledCSPlus is an extended, and up to date fork of TiledCS, a .NET library for loading Tiled maps and tilesets. Currently supports only uncompressed Base64 encoded .TMX maps and .TSX tilesets.
- Support for Tiled 1.9 and 1.10 features.
Embedded tilesetsDone!Better layer arrangement (layers will be arranged in order from top to bottom, instead of current tile layers, then object layers, and image layers at the end)Also done!
YES, practically every field was renamed to be in PascalCase, and few fields were combined into one property eg. offsetX
and offsetY
into Vector2
offset
. Except those few changes, API didn't change much as of now.
TiledCSPlus is licensed under MIT license. TiledCS, the original project, was created by Ruben Labruyere, and it was licensed under MIT license.