mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Translations
This commit is contained in:
parent
d52472a34d
commit
af65f22c70
14 changed files with 515 additions and 315 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -9,6 +9,7 @@ export type RawLevel = {
|
|||
bricks: string;
|
||||
svg: number | null;
|
||||
color: string;
|
||||
credit?: string;
|
||||
};
|
||||
export type Level = {
|
||||
name: string;
|
||||
|
@ -19,6 +20,7 @@ export type Level = {
|
|||
color: string;
|
||||
threshold: number;
|
||||
sortKey: number;
|
||||
credit?: string;
|
||||
};
|
||||
|
||||
export type Palette = { [k: string]: string };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue