Build 29073274

This commit is contained in:
Renan LE CARO 2025-04-11 20:34:51 +02:00
parent a8e9fc6cb6
commit 613b7cce58
13 changed files with 2680 additions and 2648 deletions

View file

@ -69,7 +69,7 @@ export function getNearestUnlockHTML(gameState: GameState) {
});
if (!firstUnlockable) return "";
let missingPoints = Math.max(0,firstUnlockable.minScore - gameState.score);
let missingPoints = Math.max(0, firstUnlockable.minScore - gameState.score);
let missingUpgrades = firstUnlockable.missing.map((u) => u.name).join(", ");
const title =