mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
wip
This commit is contained in:
parent
46228a2128
commit
9624c5b351
16 changed files with 518 additions and 52 deletions
|
@ -78,7 +78,15 @@ migrate("compact_runs_data", () => {
|
|||
delete r.perks[key]
|
||||
}
|
||||
}
|
||||
if('best_level_score' in r) {
|
||||
delete r.best_level_score
|
||||
}
|
||||
if('worst_level_score' in r) {
|
||||
delete r.worst_level_score
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
localStorage.setItem("breakout_71_runs_history", JSON.stringify(runsHistory));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue