mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Allow TAB to be keybinded
This commit is contained in:
parent
a3e85fd401
commit
2fb36be32e
@ -111,9 +111,7 @@ export class KeybindingsState extends TextualGameState {
|
||||
|
||||
if (
|
||||
// Enter
|
||||
keyCode === 13 ||
|
||||
// TAB
|
||||
keyCode === 9
|
||||
keyCode === 13
|
||||
) {
|
||||
// Ignore builtins
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user