Build 29067292

This commit is contained in:
Renan LE CARO 2025-04-07 16:52:42 +02:00
parent eb846327e5
commit 8eb2e049c8
9 changed files with 35 additions and 17 deletions

View file

@ -291,5 +291,5 @@ export function getHistograms(gameState: GameState) {
} catch (e) {
console.warn(e);
}
return runStats + unlockedLevels;
return unlockedLevels + runStats;
}