The whole world can now be saved to file and the game has an INI file for settings. You can specify in that INI file which tileset and color palette files to use, disable all sound or change the volume, and some other stuff.
This is also where you specify how to save worlds – you can have it gzipped and/or with the high bits flipped… which serves no actual purpose at all, really.
I also decided to publish my plans and designs. You can find them here, and they’ll be updated every so often.
This is the default INI so far:
doublesize=false interpolate=false tileset=ascii.png extiles=extended.png palette=colors.PspPalette [sound] enabled=true musicvolume=100 soundvolume=100 [saving] gzip=false flip=false