mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29044264
This commit is contained in:
parent
5725d90470
commit
cb4b1ea49e
16 changed files with 330 additions and 213 deletions
|
@ -38,6 +38,7 @@ export function newGameState(params: RunParams): GameState {
|
|||
combo: 1,
|
||||
gridSize: 12,
|
||||
running: false,
|
||||
isGameOver: false,
|
||||
ballStickToPuck: true,
|
||||
puckPosition: 400,
|
||||
pauseTimeout: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue