summaryrefslogtreecommitdiff
path: root/icons/14x14-general/game-logic.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/14x14-general/game-logic.xpm')
-rw-r--r--icons/14x14-general/game-logic.xpm21
1 files changed, 21 insertions, 0 deletions
diff --git a/icons/14x14-general/game-logic.xpm b/icons/14x14-general/game-logic.xpm
new file mode 100644
index 0000000..c3d9505
--- /dev/null
+++ b/icons/14x14-general/game-logic.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * mini-maze_xpm[] = {
+"14 14 3 1",
+"+ c None s None",
+" c black",
+". c white",
+" ",
+" ... ........ ",
+" . . . . ",
+" . . . ...... ",
+" . ... . . ",
+" . . .... ",
+" ....... . . ",
+" . .... ",
+" ........ . ",
+" . .. . . ",
+" . ...... . . ",
+" . . . . ",
+" . ........ . ",
+" ",
+};