mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-16 19:25:06 -04:00
wip
This commit is contained in:
parent
9716235531
commit
0a1d9dfe2f
18 changed files with 2391 additions and 1981 deletions
|
@ -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),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue