mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
Build 29067205
This commit is contained in:
parent
be49fb9d6e
commit
eb846327e5
18 changed files with 75 additions and 37 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue