mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Looping mode
This commit is contained in:
parent
3d5547e786
commit
5012076039
21 changed files with 2852 additions and 2696 deletions
|
@ -136,7 +136,7 @@ export function gameOver(title: string, intro: string) {
|
|||
],
|
||||
}).then(() =>
|
||||
restart({
|
||||
levelToAvoid: currentLevelInfo(gameState).name
|
||||
levelToAvoid: currentLevelInfo(gameState).name,
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
@ -271,6 +271,7 @@ export function getHistograms() {
|
|||
(r) => r.max_combo,
|
||||
"",
|
||||
);
|
||||
runStats += makeHistogram(t("gameOver.stats.loops"), (r) => r.loops, "");
|
||||
|
||||
if (runStats) {
|
||||
runStats =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue