Skip to content

Object layers.

Choose a tag to compare

@wildfiler wildfiler released this 07 May 20:03
· 51 commits to master since this release

0.2.0 - 2023-05-07

Added

  • Support for 'Collection of Images' tilesets. (#7)
  • Support for tile data chunks. (#8)
  • Support for right-up render order. (#10)
  • Tileset.sprite_at to allow drawing of sprites directly from the tileset. (#12)
  • Object layer support. (#15)
  • Rendering of object layers.
  • Add animations support. (#25)
  • Add support for orthogonal transformations for tiles. (#31)
  • Add collisions objects to tile. (#32)

Changed

A lot of changes in README.md.

Fixed

  • Convert attributes to the correct types when initializing objects. (#22)
  • Fix TSX relative image paths & reorganize sample assets. (#9)