refactor(nds): normalize local storage keys
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user