refactor(nds): normalize local storage keys

This commit is contained in:
2026-02-25 23:10:19 +01:00
parent 60ac084a71
commit 813dca8943
4 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ let targetX = 31;
let targetY = 31;
let horizontalFirst = false;
const highScore = useLocalStorage("taptap_high_score", 0);
const highScore = useLocalStorage("nds-taptap-high-score", 0);
let score = 0;
let isNewBest = false;