Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@Cleptomania Cleptomania released this 16 May 04:56
4bdd1d0

This release contains several new features. As of this release pytiled-parser supports 100% of Tiled's feature-set as of Tiled 1.6.

As of version 1.5.0 of pytiled-parser, we are supporting a minimum version of Tiled 1.5. Many features will still work with older versions, but we cannot guarantee functionality with those versions.

Additions

  • Added support for object template files
  • Added World object to support loading Tiled .world files.
  • Full support for Wang Sets/Terrains

Changes

  • The version attribute of TiledMap and TileSet is now a string with Tiled major/minor version. For example "1.6". It used to be a float like 1.6. This is due to Tiled changing that on their side. pytiled-parser will still load in the value regardless if it is a number or string in the JSON, but it will be converted to a string within pytiled-parser if it comes in as a float.