tileson
tileson copied to clipboard
Make it possible to get tile data from tson::Chunk (infinite maps)
Right now, tile data (example: layer->getTileData(0, 5)
) can only be performed and retrieved if the map is not infinite. Infinite maps should be able to do this as well.
Moving to 1.3.0
to be able to release 1.2.0
sooner, and I am uncertain how important this feature would be for the users, and 1.2.0
has quite a lot of useful features!