mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-16 19:25:06 -04:00
Build 29058637
This commit is contained in:
parent
19729d4599
commit
b49abf9904
10 changed files with 40 additions and 20 deletions
|
@ -64,7 +64,9 @@ export function newGameState(params: RunParams): GameState {
|
|||
lastExplosion: -1000,
|
||||
lastBrickBroken: 0,
|
||||
highScore: parseFloat(
|
||||
localStorage.getItem("breakout-3-hs-" + params?.mode || "short") || "0",
|
||||
localStorage.getItem(
|
||||
"breakout-3-hsbreakout-3-hs-" + params?.mode || "short",
|
||||
) || "0",
|
||||
),
|
||||
balls: [],
|
||||
ballsColor: "white",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue