mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
wip
This commit is contained in:
parent
8eb2e049c8
commit
e1c20627bc
15 changed files with 302 additions and 56 deletions
|
@ -68,6 +68,7 @@ export function newGameState(params: RunParams): GameState {
|
|||
puckWidth: 200,
|
||||
baseSpeed: 12,
|
||||
combo: 1,
|
||||
lastCombo: 1,
|
||||
gridSize: 12,
|
||||
running: false,
|
||||
isGameOver: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue