oops
This commit is contained in:
parent
cbc490da6e
commit
28699426a4
@ -223,20 +223,8 @@ class KeyBindMenu extends FlxSubState
|
|||||||
|
|
||||||
var notAllowed:Array<String> = [];
|
var notAllowed:Array<String> = [];
|
||||||
|
|
||||||
for(x in keys){
|
|
||||||
if(x != tempKey){notAllowed.push(x);}
|
|
||||||
}
|
|
||||||
|
|
||||||
for(x in blacklist){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);
|
trace(notAllowed);
|
||||||
|
|
||||||
for(x in 0...keys.length)
|
for(x in 0...keys.length)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user