Releases: wildfiler/drtiled
Releases · wildfiler/drtiled
No hurries - no worries
Procgen is cool
Lost text object
0.4.0 - 2023-06-25
Added
Fixed
Isometric maps
0.3.0 - 2023-06-03
Added
- Errors handling on wrong path to files, or incorrect tmx/tsx files (#37)
- File properties support (#38)
ObjectRef
for properties withobject
type to lazy reference objects on the map (#38)- Added properties section to README.md (#38)
MapObject#tile
for objects withtile
type (#39)- Add
ObjectLayer#find_by_name
to find objects byname
attributes (#40) - Add offset attribute to tileset (#42)
- Add visible attribute to objects (#43)
- Add offsets to layer sprites and collisions (#44)
- Isometric map support (#45)
Changed
Fixed
- Typos in README.md (#36)
Object layers.
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
First prototype
The first version of the library.
It supports maps with external tilemaps and basic layers.