marshallward / TiledSharp

C# library for parsing and importing TMX and TSX files generated by Tiled, a tile map generation tool
http://marshallward.github.io/TiledSharp
Apache License 2.0
329 stars 87 forks source link

Added reading of object unique IDs #37

Closed bjorn closed 8 years ago

bjorn commented 8 years ago

These were added in Tiled 0.11.

When present, the ID is guaranteed to be unique on a given map. For older maps it should be fine to default it to 0.

marshallward commented 8 years ago

Too easy, thanks Björn.