This commit is contained in:
Maciej Caderek
2022-02-12 23:16:01 +01:00
parent 840545886d
commit 6274236ac7
13 changed files with 227 additions and 177 deletions

View File

@@ -131,14 +131,16 @@ export type BoardConfig = {
flipped: boolean;
};
export type Size = "XS" | "S" | "M" | "L" | "XL";
export type GameConfig = {
titleScreen: boolean;
fromPly: number | null;
toPly: number | null;
loop: boolean;
format: "GIF" | "MP4" | "WebM";
picSize: "XS" | "S" | "M" | "L" | "XL";
animationSize: "XS" | "S" | "M" | "L" | "XL";
picSize: Size;
animationSize: Size;
};
export type MaterialCount = {