overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Opening the level select menu too early softlocks the game #111

Closed AlexKhayrullin closed 3 years ago

AlexKhayrullin commented 3 years ago

After entering the level select code, if the Start key is pressed before the "Press Start" message appears, the menu starts opening, and then immediately stops after several pixels.

Either make the menu open all the way anytime, or prevent it from opening at all before the message "Press Start" is displayed.