This commit is contained in:
Maciej Caderek
2022-02-01 00:10:10 +01:00
parent 013796a2ed
commit 2859a2348d
2 changed files with 3 additions and 1 deletions

View File

@@ -43,9 +43,11 @@ class Board {
private background: HTMLCanvasElement | null = null;
private extraInfo: boolean = true;
private piecesStyle: PiecesStyle = "tatiana";
// @ts-ignore
private showMaterial: boolean = true;
private showMoveIndicator: boolean = true;
private showCoords: boolean = true;
// @ts-ignore
private showChecks: boolean = true;
private currentScreen: "title" | "move" = "move";