oops
This commit is contained in:
@ -223,20 +223,8 @@ class KeyBindMenu extends FlxSubState
|
||||
|
||||
var notAllowed:Array<String> = [];
|
||||
|
||||
for(x in keys){
|
||||
if(x != tempKey){notAllowed.push(x);}
|
||||
}
|
||||
|
||||
for(x in blacklist){notAllowed.push(x);}
|
||||
|
||||
if(curSelected != 4){
|
||||
|
||||
for(x in keyText){
|
||||
if(x != keyText[curSelected]){notAllowed.push(x);}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
trace(notAllowed);
|
||||
|
||||
for(x in 0...keys.length)
|
||||
|
Reference in New Issue
Block a user