Skip to content

0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 13:43

Added

  • Support for generating compiled animated tiles. If input path contains an anim folder with properly formatted RGBA
    anim assets, it will generate an anim folder in the output location with all anim frames correctly indexed. At the
    moment, the user must still manually enter the C code in tileset_anims.{c,h} to drive the actual animation.

  • Colored output, more descriptive error messages

  • -Wall and -Werror flags to turn on some helpful compiler warnings

Changed

  • Inputs are now provided in a given directory instead of as individual files

Removed

  • Raw compilation mode