Build 29060103

This commit is contained in:
Renan LE CARO 2025-04-02 17:03:53 +02:00
parent a215237c17
commit b46f745310
8 changed files with 74 additions and 23 deletions

View file

@ -268,11 +268,3 @@ 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) {}