From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- assets/chess/pieces/xboard/kdd21.xpm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 assets/chess/pieces/xboard/kdd21.xpm (limited to 'assets/chess/pieces/xboard/kdd21.xpm') diff --git a/assets/chess/pieces/xboard/kdd21.xpm b/assets/chess/pieces/xboard/kdd21.xpm new file mode 100644 index 00000000..099dc9d3 --- /dev/null +++ b/assets/chess/pieces/xboard/kdd21.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char *kdd21[] = { +/* columns rows colors chars-per-pixel */ +"21 21 3 1", +" c black s dark_piece", +". c green s dark_square", +"X c white s light_piece", +/* pixels */ +".....................", +".......... ..........", +"......... .........", +".......... ..........", +"......... .........", +".... .. X .. ....", +".. X . X . X ..", +". XX XX X XX XX .", +". X X X X .", +". X X X X .", +". X X X .", +". X X .", +".. X XXXXXXX X ..", +"... XX XX ...", +".... ....", +".... XXXXX ....", +".... ....", +".... XXXXXXXXX ....", +"..... .....", +".....................", +"....................." +}; -- cgit v1.2.3