Skip to content

Commit 5b1e4d2

Browse files
committed
Add "to move" text
1 parent 9623602 commit 5b1e4d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,10 @@ function draw_turn() {
560560
ctx.fillText("the game", 660, 365, 100);
561561
} else if (turn === Color.Black) {
562562
ctx.fillText("Black", 660, 350, 100);
563+
ctx.fillText("to move", 660, 365, 100);
563564
} else {
564565
ctx.fillText("White", 660, 350, 100);
566+
ctx.fillText("to move", 660, 365, 100);
565567
}
566568
}
567569

0 commit comments

Comments
 (0)