From b3ce2adff90b344cdd9e6ff5e5c7f0d1194eabbf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 9 Jan 2022 23:35:26 +0100 Subject: Make the upper left square a light square The previous version had a dark square as the upper left corner, but a proper draughts board has a light square in the upper left, and we don't want to look like monkeys that don't know the rules of the game we're making. --- draughts/public/images/board.svg | 200 +++++++++++++++++++-------------------- 1 file changed, 100 insertions(+), 100 deletions(-) diff --git a/draughts/public/images/board.svg b/draughts/public/images/board.svg index 0f06e62..7480b7a 100644 --- a/draughts/public/images/board.svg +++ b/draughts/public/images/board.svg @@ -1,111 +1,111 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + -- cgit v1.2.3