Better input

This commit is contained in:
danbulant 2019-12-30 20:39:48 +01:00
parent de92e39f34
commit e39b65860d

View file

@ -177,7 +177,8 @@ class Controls extends EventEmitter {
backward: "a1+",
left: "a0-",
right: "a0+",
options: "b9"
options: "b9",
cancel: "b1"
}
break;
case "KEY1":
@ -189,7 +190,8 @@ class Controls extends EventEmitter {
backward: "k-s",
left: "k-a",
right: "k-d",
options: "k-Escape"
options: "k-Escape",
cancel: "k-Backspace"
}
break;
}