mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
wip
This commit is contained in:
parent
ccd7f00a6a
commit
ac2100860f
4 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
import { allLevels, appVersion, upgrades } from "./loadGameData";
|
||||
import {allLevels, appVersion, icons, upgrades} from "./loadGameData";
|
||||
import { t } from "./i18n/i18n";
|
||||
import { GameState, RunHistoryItem } from "./types";
|
||||
import { gameState, pause, restart } from "./game";
|
||||
|
@ -125,6 +125,7 @@ export function gameOver(title: string, intro: string) {
|
|||
`,
|
||||
unlocksInfo,
|
||||
{
|
||||
icon:icons["icon:new_run"],
|
||||
value: null,
|
||||
text: t("gameOver.restart"),
|
||||
help: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue