WIP
This commit is contained in:
@@ -12,6 +12,7 @@ class Board {
|
|||||||
private size: number = 720;
|
private size: number = 720;
|
||||||
private style: Style = boards.standard;
|
private style: Style = boards.standard;
|
||||||
private flipped: boolean = false;
|
private flipped: boolean = false;
|
||||||
|
// @ts-ignore
|
||||||
private boardData: BoardData | null = null;
|
private boardData: BoardData | null = null;
|
||||||
private ctx: CanvasRenderingContext2D;
|
private ctx: CanvasRenderingContext2D;
|
||||||
private tempCtx: CanvasRenderingContext2D;
|
private tempCtx: CanvasRenderingContext2D;
|
||||||
|
|||||||
Reference in New Issue
Block a user