tiledjsonreader 1.4.0 tiledjsonreader: ^1.4.0 copied to clipboard
Simple reader to convert files .json generated from Tiled into Objects
[1.4.0] #
- Changes 'dart:io' to 'archive'. Now it will be anble use in web platform;
[1.3.4] #
- Adds function
TileLayer.getGidInfo
;
[1.3.3] #
- Adds param
layerClass
in Layer to get propertieclass
.
[1.3.2] #
- Fix encode
base64
without compression.
[1.3.0] #
- Adds support to data
base64
enconded and compressionzlib
andgzip
.
[1.2.7] #
- Adds
repeatX
andrepeatY
inImageLayer
. Thanks Andrusowski
[1.2.6] #
- Improvements in
TileSetItem
[1.2.4] #
- Fix
TileSetDetail
[1.2.3] #
- adds
typeOrClass
. it'stype
if Tiled 1.8 or less, orclass
if Tiled 1.9;
[1.2.2] #
- fix
updateFromMap
;
[1.2.1] #
- fix json property
tileWidth
totilewidth
;
[1.2.0] #
- Improvements in read tileset.
[1.1.0] #
- Adds support to
tsj
andtmj
files
[1.0.9] #
- Add
polygon
andpolyline
inObjects
.
[1.0.8] #
- Add
Text
inObjects
.
[1.0.7] #
- Change parallax params to double.
[1.0.6] #
- Fix
gid
== null
[1.0.4] - 20/07/2021 #
- improvements in type
group
[1.0.3] - 18/06/2021 #
- forces parameter
version
conversion toDouble
[1.0.1] - 15/05/2021 #
- add group layer
- add image layer
[1.0.0+1] - 01/04/2021 #
- update package description
[0.0.8] - 17/09/2020 #
- improvements toJson in
TileSetDetail
.
[0.0.7] - 04/08/2020 #
- add offset in ObjectGroup.
[0.0.6] - 04/08/2020 #
- improved conversion of parameters to double in TileLayer.
[0.0.5] - 15/06/2020 #
- add type in TileSetItem.
[0.0.4] - 12/06/2020 #
- add animation in TileSetItem.
[0.0.3] - 10/06/2020 #
- Fix type param in TileSetObject.
[0.0.2] - 08/06/2020 #
- Fix bug read TileSet.
[0.0.1] - 08/06/2020 #
- First release