mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
Build 29041686
This commit is contained in:
parent
551f9657f5
commit
fd158b9682
6 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29041685";
|
||||
const VERSION = "29041686";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29041685"
|
||||
"29041686"
|
||||
|
|
|
@ -418,7 +418,6 @@ 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