mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Build 29044306
This commit is contained in:
parent
cb4b1ea49e
commit
60f94461e7
8 changed files with 32 additions and 23 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -251,7 +251,7 @@ export type GameState = {
|
|||
runStatistics: RunStats;
|
||||
lastOffered: Partial<{ [k in PerkId]: number }>;
|
||||
levelTime: number;
|
||||
noBricksSince: number;
|
||||
winAt: number;
|
||||
levelWallBounces: number;
|
||||
autoCleanUses: number;
|
||||
aboutToPlaySound: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue