This commit is contained in:
Renan LE CARO 2025-04-20 21:14:35 +02:00
parent 9716235531
commit 0a1d9dfe2f
18 changed files with 2391 additions and 1981 deletions

View file

@ -5,7 +5,6 @@ import { gameState, pause, restart } from "./game";
import {
currentLevelInfo,
describeLevel,
findLast,
pickedUpgradesHTMl,
reasonLevelIsLocked,
} from "./game_utils";
@ -98,6 +97,8 @@ export function gameOver(title: string, intro: string) {
help: "",
},
`<div id="level-recording-container"></div>`,
pickedUpgradesHTMl(gameState),
unlocksInfo,
getHistograms(gameState),
],