mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Build 29049575
This commit is contained in:
parent
e3e61b12b8
commit
395968bc52
16 changed files with 1735 additions and 1847 deletions
|
@ -538,7 +538,7 @@ export function renderAllBricks() {
|
|||
let redBecauseOfReach =
|
||||
gameState.perks.reach &&
|
||||
countBricksAbove(gameState, index) &&
|
||||
!countBricksBelow(gameState, index) ;
|
||||
!countBricksBelow(gameState, index);
|
||||
|
||||
let redBorder =
|
||||
(gameState.ballsColor !== color &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue