Skip to content

Version 2.1.1

Compare
Choose a tag to compare
@Cleptomania Cleptomania released this 10 Aug 21:32
1ba8570

This version contains just one bug fix. Previously if a map or other object in the TMX format contained a Class property which was added in Tiled 1.8, then pytiled-parser would crash.

Classes are not a supported feature in pytiled-parser yet, however the existence of them isn't intended to break the rest of the supported featureset. This fix makes the rest of the map still be able to be successfully parsed and used if one of these exists in it.

See #60 for more info on this bug. Thanks to laqieer for this PR.