Closed guoliang closed 8 years ago
It returns a vector of tile data used specifically by the map loader for drawing. Currently tile data from Tiled itself isn't parsed (I know, it's a stupid oversight - and on the list of things for 2.0).
Since you probably make this lib on your free time, may I just know when you expect 2.0 to be released? :)
To be honest... I have no idea. You can see the work in progress by switching to the 'next' branch, but tile data hasn't yet been added. Contributions are welcome though!
Hi, correct me if I'm wrong but shouldn't following code return back a vector containing the map tiles? Or how can I get the information of the tiles in a layer from a map?