salviati / go-tmx

A Go library that reads Tiled's TMX files
40 stars 16 forks source link

Added 2 attributes for Tileset #3

Closed gwutz closed 8 years ago

bjorn commented 8 years ago

Looks good to me. Since the tilecount attribute was added in Tiled 0.13 and the columns attribute was added in Tiled 0.15, you may want to check the TMX format changelog for other information that may still not get parsed by go-tmx.

salviati commented 8 years ago

Thanks, let me merge this and open an issue for the other new attributes.