Skip to content

Release v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 14:37

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