bitcraft / pytmx

Python library to read Tiled Map Editor's TMX maps.
GNU Lesser General Public License v3.0
390 stars 81 forks source link

No way to read tile indices? #150

Closed pixelsyntax closed 3 years ago

pixelsyntax commented 3 years ago

Is there currently no way to get the index of a tile? pytmx would be perfect for a format conversion script for me if I had access to the tile index, but it seems there is only the GID, which does not correspond to the index and (as advised by documentation) changes if the map is altered.