summaryrefslogtreecommitdiffstats
path: root/qnetchess/src/xpm/black_pawn.xpm
diff options
context:
space:
mode:
authorDenis Kozadaev <denis@dilos.org>2020-03-28 17:45:12 +0300
committerDenis Kozadaev <denis@dilos.org>2020-03-28 17:45:12 +0300
commitb93fd6da0b9fd56962db2ea64f98da30d5f93538 (patch)
tree9e20e7301f6d6ed7b45750718d6998a0d39e2ced /qnetchess/src/xpm/black_pawn.xpm
parent62af0157e055222214ab132575e41f924e997ff1 (diff)
downloadtdegames-qnetchess.tar.gz
tdegames-qnetchess.zip
Network Chess game for two playersqnetchess
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'qnetchess/src/xpm/black_pawn.xpm')
-rw-r--r--qnetchess/src/xpm/black_pawn.xpm45
1 files changed, 45 insertions, 0 deletions
diff --git a/qnetchess/src/xpm/black_pawn.xpm b/qnetchess/src/xpm/black_pawn.xpm
new file mode 100644
index 00000000..7a6f7309
--- /dev/null
+++ b/qnetchess/src/xpm/black_pawn.xpm
@@ -0,0 +1,45 @@
+/* XPM */
+static const char *black_pawn[]={
+"40 40 2 1",
+". c None",
+"# c #000000",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"........................................",
+"..................####..................",
+".................######.................",
+"................########................",
+"...............##########...............",
+"...............##########...............",
+"...............##########...............",
+"................########................",
+"................########................",
+"...............##########...............",
+"..............############..............",
+".............##############.............",
+".............##############.............",
+".............##############.............",
+"..............############..............",
+"...............##########...............",
+"..............############..............",
+".............##############.............",
+"............################............",
+"............################............",
+"...........##################...........",
+"...........##################...........",
+"..........####################..........",
+"..........####################..........",
+"..........####################..........",
+"..........####################..........",
+"..........####################..........",
+"........................................",
+"........................................",
+"........................................"};