This commit is contained in:
Maciej Caderek
2022-02-18 22:24:04 +01:00
parent 4dff0f19fa
commit 9aae91baff
14 changed files with 40 additions and 17 deletions

View File

@@ -245,7 +245,8 @@ class Board {
this.innerSize,
this.cfg.showBorder ? this.borderWidth : 0,
(this.cfg.showBorder ? this.borderWidth : 0) + this.margin,
background
background,
this.cfg.tiles
);
for (let rank = 0; rank < this.cfg.tiles; rank++) {