Re-introduced power saving mode

This commit is contained in:
Renan LE CARO 2025-03-16 20:11:08 +01:00
parent 9bf7e9534d
commit bdfe5408b9
6 changed files with 3702 additions and 4 deletions

View file

@ -88,6 +88,8 @@ export function newGameState(params: RunParams): GameState {
},
lastOffered: {},
levelTime: 0,
levelWallBounces: 0,
needsRender: true,
autoCleanUses: 0,
};
resetBalls(gameState);