mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
Build 29071900
This commit is contained in:
parent
4bb5d820c5
commit
1b94bcd6be
16 changed files with 526 additions and 143 deletions
|
@ -957,7 +957,7 @@ document.addEventListener("keyup", async (e) => {
|
|||
} else if (e.key.toLowerCase() === "m" && !alertsOpen) {
|
||||
openMainMenu().then();
|
||||
} else if (e.key.toLowerCase() === "s" && !alertsOpen) {
|
||||
openScorePanel().then();
|
||||
openScorePanel(gameState).then();
|
||||
} else if (
|
||||
e.key.toLowerCase() === "r" &&
|
||||
!alertsOpen &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue