- Fix crash when WangColor probability is int. Thanks Schwusch
- Fix
TileSetDetail
- adds
typeOrClass
. it'stype
if Tiled 1.8 or less, orclass
if Tiled 1.9;
- fix
updateFromMap
;
- fix json property
tileWidth
totilewidth
;
- Improvements in read tileset.
- Adds support to
tsj
andtmj
files
- Add
polygon
andpolyline
inObjects
.
- Add
Text
inObjects
.
- Change parallax params to double.
- Fix
gid
== null
- Add parallax params in
ImageLayer
- Add param
gid
inObjects
. issue 3
- improvements in type
group
- forces parameter
version
conversion toDouble
- add group layer
- add image layer
- update package description
- add null-safety
- add Objects properties PR
- improvements toJson in
TileSetDetail
.
- add offset in ObjectGroup.
- improved conversion of parameters to double in TileLayer.
- add type in TileSetItem.
- add animation in TileSetItem.
- Fix type param in TileSetObject.
- Fix bug read TileSet.
- First release