Release v0.19.0
This release is the first to get partial support of LDtk
projects (more to come in the next version). It also improves http request (with binary responses) and image loading (from bytes and not only from paths)
How to update Ceramic
Via haxelib: haxelib run ceramic setup
Via git: https://ceramic-engine.com/guides/ceramic-via-git/#update-your-existing-ceramic-via-git
Changelog
- [ldtk] First iteration on reading LDtk data! (enabled via
tilemap
+ldtk
plugins) - [http] Add
binaryContent
response support on all targets - [runtime] Add
Texture.fromBytes()
to load PNG or JPEG images from bytes
Full Changelog: v0.18.0...v0.19.0