Build 29067205

This commit is contained in:
Renan LE CARO 2025-04-07 15:25:58 +02:00
parent be49fb9d6e
commit eb846327e5
18 changed files with 75 additions and 37 deletions

View file

@ -58,7 +58,6 @@ export function newGameState(params: RunParams): GameState {
perks[randomGift] = 1;
}
const runLevels = getRunLevels(params, randomGift);
console.log(randomGift, params, runLevels);
const gameState: GameState = {
runLevels,