mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 13:06:15 -04:00
Re-introduced power saving mode
This commit is contained in:
parent
9bf7e9534d
commit
bdfe5408b9
6 changed files with 3702 additions and 4 deletions
|
@ -88,6 +88,8 @@ export function newGameState(params: RunParams): GameState {
|
|||
},
|
||||
lastOffered: {},
|
||||
levelTime: 0,
|
||||
levelWallBounces: 0,
|
||||
needsRender: true,
|
||||
autoCleanUses: 0,
|
||||
};
|
||||
resetBalls(gameState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue