[client] add android build

This commit is contained in:
2019-08-23 14:57:12 +03:00
parent 00cd404a98
commit f072d8dc6e
3 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ class SettingsStorage extends SharedObjectStorage {
MOVE(Direction.RIGHT) => {device: KEYBOARD, action: KEY(Keyboard.RIGHT)},
SHOT(0) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_0)},
SHOT(1) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_1)},
SHOT(3) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_2)},
SHOT(2) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_2)},
],
];
}