mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
wip
This commit is contained in:
parent
1d71af35c9
commit
cb90fef3a9
16 changed files with 1340 additions and 755 deletions
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
|
@ -28,6 +28,7 @@ export type Upgrade = {
|
|||
gift: boolean;
|
||||
id: PerkId;
|
||||
name: string;
|
||||
category: string;
|
||||
icon: string;
|
||||
max: number;
|
||||
help: (lvl: number) => string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue