This commit is contained in:
Renan LE CARO 2025-03-29 21:28:05 +01:00
parent a4e24fd397
commit 27a2cd686e
16 changed files with 3396 additions and 3332 deletions

View file

@ -1,4 +1,4 @@
import { GameState, RunParams } from "./types";
import { GameState, RunParams } from "./types";
import { getTotalScore } from "./settings";
import { allLevels, upgrades } from "./loadGameData";
import {
@ -129,5 +129,3 @@ export function newGameState(params: RunParams): GameState {
}
return gameState;
}