fix some stuff and new menu remix

This commit is contained in:
Kade M 2021-07-02 00:37:27 -07:00
parent 2cd24cadc9
commit 4a42346c1a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -320,7 +320,7 @@ class KeyBindMenu extends FlxSubState
var shouldReturn:Bool = true;
var notAllowed:Array<String> = ["START", "RIGHT_TRIGGER", "LEFT_TRIGGER"];
var notAllowed:Array<String> = ["START"];
for(x in 0...gpKeys.length)
{

View File

@ -2682,7 +2682,7 @@ class PlayState extends MusicBeatState
});
}
if (!inCutscene)
if (!inCutscene && songStarted)
keyShit();