mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
wip
This commit is contained in:
parent
bf687c48ee
commit
8099ced71b
16 changed files with 2031 additions and 1937 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -26,7 +26,7 @@ export type Palette = { [k: string]: string };
|
|||
|
||||
export type Upgrade = {
|
||||
threshold: number;
|
||||
giftable: boolean;
|
||||
gift: boolean;
|
||||
id: PerkId;
|
||||
name: string;
|
||||
icon: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue