This commit is contained in:
Maciej Caderek
2022-03-09 23:56:34 +01:00
parent db3c689727
commit 84bb4efd80
6 changed files with 49 additions and 21 deletions

View File

@@ -19,6 +19,7 @@ const initialBoardConfig: BoardConfig = {
showMoveIndicator: true,
showChecks: true,
showCoords: true,
showShadows: false,
flipped: false,
};