Skip to content

v0.2.0: Release 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@manabreak manabreak released this 16 Apr 16:08
· 4 commits to master since this release
7f2d77c

Breaking changes:

  • File format was changed so that tilesets are now
    in their own JSON object, and level parts reference
    them with indexes

Bug fixes:

  • Object property editor does not shrink to unusable
    size anymore

  • Loading a saved level will now restore tilesets
    and palettes correctly

  • Level property editor doesn't unfocus the value
    fields after each character is typed

Other:

  • Level property editor and object property editor
    now both use the same list view and adapter

  • Properties are now stored in a list instead of a map