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

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)
{