mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
wip
This commit is contained in:
parent
bf687c48ee
commit
8099ced71b
16 changed files with 2031 additions and 1937 deletions
|
@ -281,7 +281,7 @@ export function getHistograms(gameState: GameState) {
|
|||
|
||||
if (runStats) {
|
||||
runStats =
|
||||
`<p>${t("gameOver.stats.intro", { count: runsHistory.length - 1 })}</p>` +
|
||||
`<p>${t("gameOver.stats_intro", { count: runsHistory.length - 1 })}</p>` +
|
||||
runStats;
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue