Posted December 06, 2022 by Sotaknuck
A quick update with two fixes to two big bugs.
Somehow Metal Knuckles' decided its burst effect should no longer end, and had it linger forever on screen, hurtbox included. This meant that in a very short time the entire boss arena would be filled with infinitely repeating burst explosions, making the fight impossible to win.
The other pertains to the new pause menu. The restart command in the pause would not work in the built exe file of the game. Funny thing is that the command would work when tested through debug inside fusion.
At any rate it just needed an additional resume command to work once compiled.
Changelog:
Special thanks to both Huds601 and Vecnazak for reporting the following bugs:
- Fixed a loop bug that caused Metal Knuckles' burst effect to linger forever and make the boss almost unbeatable.
- Fixed a missing "Resume" command that caused the level restart not freeze when used from the pause menu.