Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

0.2.1 Development Build 4

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 02 Jan 01:18
· 278 commits to main since this release
227da2f

Hi all!

It appears I did overlook a bit of obvious bugs when I submitted the DB 3 release. But, it's all good now!
You may download the refined code in the assets section.

This will perhaps be the last development build for 0.2.1.
So, keep playtesting to find bugs!!! As soon as things look good, the full release will happen soon!

Fixed features:

  • Fixed the lives statement in the beginning of the while True loop inside the startGame() function.

Fixed bugs:

  • Fixed a bug where losing all of your lives would result in the game crashing due to a non-existent variable. #3
  • Fixed a bug where the save file creator was case-sensitive. #2
  • Fixed a bug where a debugging line would appear if the editSystemSave() function was used.