mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Build 29062545
This commit is contained in:
parent
51d112c942
commit
7d518f14e5
11 changed files with 81 additions and 50 deletions
|
@ -291,7 +291,7 @@ export async function openUpgradesPicker(gameState: GameState) {
|
|||
level: gameState.currentLevel + 1,
|
||||
max: max_levels(gameState),
|
||||
})} </p>
|
||||
<p>${levelsListHTMl(gameState)}</p>
|
||||
<p>${levelsListHTMl(gameState, gameState.currentLevel + 1)}</p>
|
||||
`,
|
||||
...actions,
|
||||
pickedUpgradesHTMl(gameState),
|
||||
|
@ -456,7 +456,7 @@ async function openScorePanel() {
|
|||
|
||||
content: [
|
||||
pickedUpgradesHTMl(gameState),
|
||||
levelsListHTMl(gameState),
|
||||
levelsListHTMl(gameState, gameState.currentLevel),
|
||||
gameState.rerolls
|
||||
? t("score_panel.rerolls_count", { rerolls: gameState.rerolls })
|
||||
: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue