itch.io is community of indie game creators and players

Devlogs

v0.13 New Art

Foundjutsu
A downloadable game for Windows, macOS, and Linux

New art

  • wanted a simpler palette so I’m using this palette https://lospec.com/palette-list/vinik24
  • also got sick of all my old art so I remade a bunch of sprites
  • another thing that bugged me is my sub-pixel animation and out of palette color blending so I got rid of most of that too

Save file migrations

  • now when I make a breaking change to the save file I can migrate it to be ready for a newer version
  • the algorithm is basically:
while loaded savedata version < current version:
  apply_migration(savedata, version)
  bump version
  • gonna make a more in depth post about this later

Files

  • foundjutsu-v0.13-de0f79d.x86_64 34 MB
    Version v0.13-de0f79d8
  • foundjutsu-v0.13-de0f79d.exe 33 MB
    Version v0.13-de0f79d8
  • foundjutsu-v0.13-de0f79d.zip 25 MB
    Version v0.13-de0f79d8
Download Foundjutsu
Leave a comment