mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
Build 29073274
This commit is contained in:
parent
a8e9fc6cb6
commit
613b7cce58
13 changed files with 2680 additions and 2648 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue