This commit is contained in:
Renan LE CARO 2025-03-26 08:35:49 +01:00
parent e3e61b12b8
commit 395968bc52
16 changed files with 1735 additions and 1847 deletions

View file

@ -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 &&