1
0
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:
swtw7466 2020-07-04 13:42:20 +09:00
parent a3e85fd401
commit 2fb36be32e

View File

@ -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;