version update and other crap

This commit is contained in:
KadeDeveloper
2021-08-13 18:44:44 -07:00
parent d75e63cc70
commit 3c0b69d7ee
2 changed files with 2 additions and 2 deletions

View File

@ -2451,7 +2451,7 @@ class PlayState extends MusicBeatState
openSubState(new PauseSubState(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y));
}
if (FlxG.keys.justPressed.SEVEN)
if (FlxG.keys.justPressed.SEVEN && songStarted)
{
if (useVideo)
{