mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
Build 29041685
This commit is contained in:
parent
760fa5715b
commit
551f9657f5
6 changed files with 8 additions and 7 deletions
|
@ -418,6 +418,7 @@ export function renderAllBricks() {
|
|||
|
||||
let redBecauseOfReach =
|
||||
gameState.perks.reach &&
|
||||
gameState.combo > baseCombo(gameState) &&
|
||||
countBricksAbove(gameState, index) &&
|
||||
!countBricksBelow(gameState, index);
|
||||
let redBorder =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue