improve keyboard input

This commit is contained in:
Asraelite 2016-03-30 01:25:14 +01:00
parent e9d1596c2f
commit 9533184a94
9 changed files with 49 additions and 16 deletions

View file

@ -14,6 +14,12 @@ class Player {
this.delta = [];
this.chatCooldown = 0;
this.inputInterface = [
'thrust',
'aim',
'fire'
];
}
disconnect() {