mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
Build 29061801
This commit is contained in:
parent
00094d5efa
commit
99db15d776
8 changed files with 36 additions and 46 deletions
|
@ -1370,7 +1370,7 @@ export function gameStateTick(
|
|||
} else if (gameState.levelTime > r.time) {
|
||||
setBrick(gameState, r.index, r.color);
|
||||
destroy(gameState.respawns, ri);
|
||||
} else if (!isOptionOn("basic")) {
|
||||
} else {
|
||||
const { index, color } = r;
|
||||
const vertical = Math.random() > 0.5;
|
||||
const dx = Math.random() > 0.5 ? 1 : -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue