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.
27 lines
301 B
27 lines
301 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"4 14 6 1",
|
||
|
" c Gray26",
|
||
|
". c Gray38",
|
||
|
"X c Gray56",
|
||
|
"o c #a2a2a2",
|
||
|
"O c #c8c8c8",
|
||
|
"+ c None",
|
||
|
/* pixels */
|
||
|
"++++",
|
||
|
"+O++",
|
||
|
"+Xo+",
|
||
|
"++.+",
|
||
|
"++ O",
|
||
|
"++oX",
|
||
|
"++o.",
|
||
|
"++o.",
|
||
|
"++o.",
|
||
|
"++oX",
|
||
|
"++ O",
|
||
|
"++.+",
|
||
|
"+Xo+",
|
||
|
"+O++"
|
||
|
};
|