mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29058637
This commit is contained in:
parent
19729d4599
commit
b49abf9904
10 changed files with 40 additions and 20 deletions
|
@ -240,3 +240,11 @@ export function highScoreForMode(mode: GameState["mode"]) {
|
|||
|
||||
return "";
|
||||
}
|
||||
|
||||
try {
|
||||
const old = localStorage.getItem("breakout-3-hs");
|
||||
if (old) {
|
||||
localStorage.setItem("breakout-3-hs-short", old);
|
||||
localStorage.removeItem("breakout-3-hs");
|
||||
}
|
||||
} catch (e) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue