mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
wip
This commit is contained in:
parent
42abc6bc01
commit
46228a2128
20 changed files with 226 additions and 129 deletions
3
src/types.d.ts
vendored
3
src/types.d.ts
vendored
|
@ -148,7 +148,6 @@ export type RunStats = {
|
|||
upgrades_picked: number;
|
||||
max_combo: number;
|
||||
max_level: number;
|
||||
|
||||
best_level_score: number;
|
||||
worst_level_score: number;
|
||||
};
|
||||
|
@ -165,7 +164,7 @@ export type ReusableArray<T> = {
|
|||
};
|
||||
|
||||
export type RunHistoryItem = RunStats & {
|
||||
perks?: PerksMap;
|
||||
perks?: Partial<PerksMap>;
|
||||
appVersion?: string;
|
||||
};
|
||||
export type GameState = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue