This commit is contained in:
Renan LE CARO 2025-03-20 21:05:30 +01:00
parent 760fa5715b
commit 551f9657f5
6 changed files with 8 additions and 7 deletions

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29041682";
const VERSION = "29041685";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29041682"
"29041685"

View file

@ -418,6 +418,7 @@ export function renderAllBricks() {
let redBecauseOfReach =
gameState.perks.reach &&
gameState.combo > baseCombo(gameState) &&
countBricksAbove(gameState, index) &&
!countBricksBelow(gameState, index);
let redBorder =