Skip to content

v0.5: UI Enhancements, Ship Stats Balancing

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 06:22
· 29 commits to main since this release

💄 UI Enhancements

The players' health bar now changes color depending on the current health. When the health is low, the screen "breathes" in red.

The "arrows" « ... » in the select ship state are replaced with actual sprites ◀️ ▶️

📊 Ship Stats Balancing

The ship stats were adapted so that the different ships are more balanced:

  • Classic: 🔼 health, 🔼 fire rate
  • Shooter: 🔼 attack, 🔼 fire rate, 🔽 health
  • Sniper: 🔼 health

💚 Fixed release pipeline

The script for building the game for release had a bug that caused some zip files to be huge, e.g. over 600 MB for Windows 64-bit. This bug is now fixed and all binaries are around 80 MB 🥳

💥 Breaking Change - Highscores

You might notice that your high scores are not shown in the new game version.

If you want to add your high scores from the previous version, do the following:

  • Find the local save directory (see docs)
  • Open the folder of the old version, e.g. space-love-v0_41
  • Open the file highscores and copy its content to the corresponding file in the new save directory space-love

Happy shooting! 👾


Changelog

  • Fix love build (huge zip files) #9
  • Colorized health bar and low-health warning #10
  • Change/UI arrows + Ship Stats #12
  • Set save directory independent from version 829526e