Build 29060048

This commit is contained in:
Renan LE CARO 2025-04-02 16:09:00 +02:00
parent 866bf4164b
commit a215237c17
7 changed files with 9 additions and 10 deletions

View file

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

View file

@ -1 +1 @@
"29059827"
"29060048"

View file

@ -64,9 +64,7 @@ export function newGameState(params: RunParams): GameState {
lastExplosion: -1000,
lastBrickBroken: 0,
highScore: parseFloat(
localStorage.getItem(
"breakout-3-hsbreakout-3-hs-" + params?.mode || "short",
) || "0",
localStorage.getItem("breakout-3-hs-" + params?.mode || "short") || "0",
),
balls: [],
ballsColor: "white",