mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
wip
This commit is contained in:
parent
156c060b96
commit
be49fb9d6e
16 changed files with 70 additions and 68 deletions
|
@ -75,8 +75,7 @@ export function gameOver(title: string, intro: string) {
|
|||
allowClose: true,
|
||||
title,
|
||||
content: [
|
||||
getCreativeModeWarning(gameState),
|
||||
`
|
||||
getCreativeModeWarning(gameState) || `
|
||||
<p>${intro}</p>
|
||||
<p>${t("gameOver.cumulative_total", { startTs, endTs })}</p>
|
||||
`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue