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
274 B
19 lines
274 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"10 6 6 1",
|
||
|
" c Gray37",
|
||
|
". c #686868",
|
||
|
"X c Gray54",
|
||
|
"o c #aeaeae",
|
||
|
"O c #cacaca",
|
||
|
"+ c None",
|
||
|
/* pixels */
|
||
|
"++++++++++",
|
||
|
"+Oo+++++++",
|
||
|
"++OXoO++++",
|
||
|
"++++O .O++",
|
||
|
"++++++O. O",
|
||
|
"++++++++Oo"
|
||
|
};
|