mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Build 29058753
This commit is contained in:
parent
2c75005127
commit
92a0edabef
11 changed files with 31 additions and 33 deletions
|
@ -1027,7 +1027,7 @@ export function gameStateTick(
|
|||
) {
|
||||
if (gameState.currentLevel + 1 < max_levels(gameState)) {
|
||||
setLevel(gameState, gameState.currentLevel + 1);
|
||||
} else if (gameState.loop < gameState.mode === "long" ? 7 : 0) {
|
||||
} else if (gameState.loop < (gameState.mode === "long" ? 7 : 0)) {
|
||||
gotoNextLoop(gameState);
|
||||
} else {
|
||||
gameOver(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue