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
310 B
23 lines
310 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"8 10 6 1",
|
|
" c #020202",
|
|
". c #323232",
|
|
"X c Gray47",
|
|
"o c #868686",
|
|
"O c Gray73",
|
|
"+ c None",
|
|
/* pixels */
|
|
"++++++++",
|
|
"+++oXo++",
|
|
"++..X..+",
|
|
"+O +++ O",
|
|
"+o +++ o",
|
|
"+o +++ o",
|
|
"+o +++ o",
|
|
"+O +++ O",
|
|
"++..X..+",
|
|
"+++oXo++"
|
|
};
|