summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/pics/undo.xpm
Unidiff
Diffstat (limited to 'noncore/games/kcheckers/pics/undo.xpm') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kcheckers/pics/undo.xpm24
1 files changed, 24 insertions, 0 deletions
diff --git a/noncore/games/kcheckers/pics/undo.xpm b/noncore/games/kcheckers/pics/undo.xpm
new file mode 100644
index 0000000..313e1d0
--- a/dev/null
+++ b/noncore/games/kcheckers/pics/undo.xpm
@@ -0,0 +1,24 @@
1/* XPM */
2static const char *undo_xpm[]={
3"16 16 5 1",
4". c None",
5"# c #000000",
6"c c #a0a0a0",
7"b c #dcdcdc",
8"a c #ffffff",
9"................",
10"................",
11".......#........",
12"......##........",
13".....#a#........",
14"....#aa########.",
15"...#aabaaaaaab#.",
16"..#aabbbbbbbbc#.",
17"...#abbccccccc#.",
18"....#ac########.",
19".....#a#........",
20"......##........",
21".......#........",
22"................",
23"................",
24"................"};