This commit is contained in:
Renan LE CARO 2025-04-07 08:24:17 +02:00
parent 46228a2128
commit 9624c5b351
16 changed files with 518 additions and 52 deletions

View file

@ -44,6 +44,7 @@ import {startingPerkMenuButton} from "./startingPerks";
import "./migrations";
import {getCreativeModeWarning, getHistory} from "./gameOver";
import {generateSaveFileContent} from "./generateSaveFileContent";
import {runHistoryViewerMenuEntry} from "./runHistoryViewer";
export async function play() {
if (await applyFullScreenChoice()) return;
@ -460,6 +461,7 @@ export async function openMainMenu() {
},
},
creativeMode(gameState),
runHistoryViewerMenuEntry(),
{
icon: icons["icon:unlocks"],
text: t("main_menu.unlocks"),