This commit is contained in:
Renan LE CARO 2025-04-23 15:37:07 +02:00
parent cb90fef3a9
commit 401e9b4548
22 changed files with 1024 additions and 959 deletions

4
src/types.d.ts vendored
View file

@ -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;