1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor changes, update changelog with latest contributions

This commit is contained in:
tobspr
2020-07-04 16:46:01 +02:00
parent db5b2e5870
commit f0a75a8255
4 changed files with 20 additions and 6 deletions

View File

@@ -111,9 +111,7 @@ export class KeybindingsState extends TextualGameState {
if (
// Enter
keyCode === 13 ||
// TAB
keyCode === 9
keyCode === 13
) {
// Ignore builtins
return;