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.
19 lines
249 B
19 lines
249 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 6 6 1",
|
||
|
" c #5b5b5b",
|
||
|
". c #727272",
|
||
|
"X c Gray53",
|
||
|
"o c Gray67",
|
||
|
"O c #d5d5d5",
|
||
|
"+ c None",
|
||
|
/* pixels */
|
||
|
"++++++",
|
||
|
"+++o++",
|
||
|
"++O O+",
|
||
|
"++XO.+",
|
||
|
"+o.+.o",
|
||
|
"+o.oXo"
|
||
|
};
|