mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Added rerolls
This commit is contained in:
parent
0ada53a063
commit
e3e61b12b8
10 changed files with 282 additions and 182 deletions
|
@ -103,8 +103,8 @@ export function newGameState(params: RunParams): GameState {
|
|||
|
||||
isAdventureMode:!!params?.adventure,
|
||||
adventurePath:'',
|
||||
seed:'Seed'+Math.random()
|
||||
|
||||
seed:'Seed'+Math.random(),
|
||||
rerolls:0
|
||||
};
|
||||
resetBalls(gameState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue