mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Build 29067292
This commit is contained in:
parent
eb846327e5
commit
8eb2e049c8
9 changed files with 35 additions and 17 deletions
|
@ -291,5 +291,5 @@ export function getHistograms(gameState: GameState) {
|
|||
} catch (e) {
|
||||
console.warn(e);
|
||||
}
|
||||
return runStats + unlockedLevels;
|
||||
return unlockedLevels + runStats;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue