mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
Adjustments for looping
This commit is contained in:
parent
e08c1e7b9e
commit
da89cdb647
10 changed files with 2565 additions and 2596 deletions
|
@ -71,6 +71,7 @@ export function newGameState(params: RunParams): GameState {
|
|||
particles: { indexMin: 0, total: 0, list: [] },
|
||||
texts: { indexMin: 0, total: 0, list: [] },
|
||||
coins: { indexMin: 0, total: 0, list: [] },
|
||||
respawns: { indexMin: 0, total: 0, list: [] },
|
||||
levelStartScore: 0,
|
||||
levelMisses: 0,
|
||||
levelSpawnedCoins: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue