version update and other crap
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user