You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
364 B
23 lines
364 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"14 8 8 1",
|
|
" c #010101",
|
|
". c Gray21",
|
|
"X c #484848",
|
|
"o c #777777",
|
|
"O c Gray56",
|
|
"+ c #b9b9b9",
|
|
"@ c #c8c8c8",
|
|
"# c None",
|
|
/* pixels */
|
|
"##############",
|
|
"###@OO####OO##",
|
|
"##X .+#o .#",
|
|
"#+.OX @@ Xo@",
|
|
"#O@##+ +##@O",
|
|
"#@oX @@ XO.+",
|
|
"##. o#+. X#",
|
|
"###OO####OO@##"
|
|
};
|