This commit is contained in:
Renan LE CARO 2025-03-20 23:11:42 +01:00
parent 0c7d729ece
commit edfc8b4f08
9 changed files with 19 additions and 11 deletions

View file

@ -394,7 +394,7 @@ async function openScorePanel() {
max: max_levels(gameState),
}),
text: `
${gameState.isCreativeModeRun ? "<p>${t('score_panel.test_run}</p>" : ""}
${gameState.isCreativeModeRun ? `<p>${t("score_panel.test_run")}</p>` : ""}
<p>${t("score_panel.upgrades_picked")}</p>
<p>${pickedUpgradesHTMl(gameState)}</p>
`,