mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Passive income and clairvoyant adjusments
This commit is contained in:
parent
41b3e6f00b
commit
5a10f7d768
10 changed files with 68 additions and 57 deletions
3
src/types.d.ts
vendored
3
src/types.d.ts
vendored
|
@ -132,8 +132,6 @@ interface LightFlash extends BaseFlash {
|
|||
// type: "ball";
|
||||
}
|
||||
|
||||
export type Flash = ParticleFlash | TextFlash | LightFlash;
|
||||
|
||||
export type RunStats = {
|
||||
started: number;
|
||||
levelsPlayed: number;
|
||||
|
@ -253,6 +251,7 @@ export type GameState = {
|
|||
runStatistics: RunStats;
|
||||
lastOffered: Partial<{ [k in PerkId]: number }>;
|
||||
levelTime: number;
|
||||
lastPuckMove: number;
|
||||
winAt: number;
|
||||
levelWallBounces: number;
|
||||
autoCleanUses: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue