Looping mode

This commit is contained in:
Renan LE CARO 2025-03-28 19:40:59 +01:00
parent 3d5547e786
commit 5012076039
21 changed files with 2852 additions and 2696 deletions

View file

@ -52,9 +52,7 @@ export function drawMainCanvasOnSmallCanvas(gameState: GameState) {
recordCanvasCtx.textAlign = "left";
recordCanvasCtx.fillText(
"Level " +
(gameState.currentLevel + 1) +
"/" + max_levels(gameState),
"Level " + (gameState.currentLevel + 1) + "/" + max_levels(gameState),
12,
12,
);