mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-29 16:29:13 -04:00
wip
This commit is contained in:
parent
cb90fef3a9
commit
401e9b4548
22 changed files with 1024 additions and 959 deletions
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
|
@ -7,7 +7,6 @@ export type RawLevel = {
|
|||
name: string;
|
||||
size: number;
|
||||
bricks: string;
|
||||
color: string;
|
||||
credit?: string;
|
||||
};
|
||||
export type Level = {
|
||||
|
@ -28,8 +27,7 @@ export type Upgrade = {
|
|||
gift: boolean;
|
||||
id: PerkId;
|
||||
name: string;
|
||||
category: string;
|
||||
icon: string;
|
||||
category: number;
|
||||
max: number;
|
||||
help: (lvl: number) => string;
|
||||
fullHelp: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue