fix some stuff and new menu remix
This commit is contained in:
parent
2cd24cadc9
commit
4a42346c1a
Binary file not shown.
Binary file not shown.
@ -320,7 +320,7 @@ class KeyBindMenu extends FlxSubState
|
|||||||
|
|
||||||
var shouldReturn:Bool = true;
|
var shouldReturn:Bool = true;
|
||||||
|
|
||||||
var notAllowed:Array<String> = ["START", "RIGHT_TRIGGER", "LEFT_TRIGGER"];
|
var notAllowed:Array<String> = ["START"];
|
||||||
|
|
||||||
for(x in 0...gpKeys.length)
|
for(x in 0...gpKeys.length)
|
||||||
{
|
{
|
||||||
|
@ -2682,7 +2682,7 @@ class PlayState extends MusicBeatState
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!inCutscene)
|
if (!inCutscene && songStarted)
|
||||||
keyShit();
|
keyShit();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user