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 (
|
if (
|
||||||
// Enter
|
// Enter
|
||||||
keyCode === 13 ||
|
keyCode === 13
|
||||||
// TAB
|
|
||||||
keyCode === 9
|
|
||||||
) {
|
) {
|
||||||
// Ignore builtins
|
// Ignore builtins
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user