mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
wip
This commit is contained in:
parent
46228a2128
commit
9624c5b351
16 changed files with 518 additions and 52 deletions
|
@ -103,8 +103,6 @@ export function newGameState(params: RunParams): GameState {
|
|||
runTime: 0,
|
||||
coins_spawned: 0,
|
||||
score: 0,
|
||||
best_level_score: -1,
|
||||
worst_level_score: -1,
|
||||
bricks_broken: 0,
|
||||
misses: 0,
|
||||
balls_lost: 0,
|
||||
|
@ -112,7 +110,6 @@ export function newGameState(params: RunParams): GameState {
|
|||
wall_bounces: 0,
|
||||
upgrades_picked: 1,
|
||||
max_combo: 1,
|
||||
max_level: 0,
|
||||
},
|
||||
lastOffered: {},
|
||||
levelTime: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue