mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
Build 29074738
This commit is contained in:
parent
19ee1d0d33
commit
34f6aed001
11 changed files with 29 additions and 16 deletions
|
@ -983,6 +983,9 @@ document.addEventListener("keyup", async (e) => {
|
|||
!alertsOpen &&
|
||||
pageLoad < Date.now() - 500
|
||||
) {
|
||||
if (gameState.computer_controlled) {
|
||||
return startComputerControlledGame();
|
||||
}
|
||||
// When doing ctrl + R in dev to refresh, i don't want to instantly restart a run
|
||||
if (await confirmRestart(gameState)) {
|
||||
restart({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue