v0.41
Added Game Versioning 🔢
The repo now contains a VERSION
file with the current game version (i.e. git tag). The version is also shown in-game at the bottom left corner. The release artifacts are now also versioned.
Additionally, the install instructions for Linux were updated with a script to install the correct version of LÖVE. 🔧
New "Features"
- Added file for version
- Version is displayed in-game
- Release artifacts (files) contain the version in the file name
- Added a version match check to the GitHub action for creating a release that validates whether the latest git tag equals the
VERSION
file content
Other Changes and Fixes
- A pill powerup is now dropped if no powerups were dropped for a long time