This commit is contained in:
Maciej Caderek
2022-01-18 06:45:22 +01:00
parent 2214e73ad4
commit 8a3743a328
9 changed files with 150 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ const drawPieces = async (
type: PieceType;
color: PieceColor;
};
const img = await ImagesCache.get("cburnett", type, color);
const img = await ImagesCache.get("tatiana", type, color);
const rank = flipped ? tiles - 1 - y : y;
const file = flipped ? tiles - 1 - x : x;