- Fixes bug with int points instead of double for objects.
- Fixes bug with inconsistent indexes crashes for rectangular maps.
- Changes indexing of
tiles
so that tiles[x] returns a line (so tiles[y][x]).
- Added typed properties support and properties for TileMap and Layer
- Added support for rotated tiles
- Some small API improvements (breaking)
- Added linter and formatter and tests to build
Layer
using 2d list store layer's_tiles
,useful for get tile by coordinatex,y
Layer
usingpx,px,x,y
instead of justx,y
(pixel)- add
width
,height
to TileMap
<object />
tags are now parsed for theirtype
attribute
- Added support for gzip compression