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.
20 lines
282 B
20 lines
282 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"9 6 7 1",
|
||
|
" c #090909",
|
||
|
". c #252525",
|
||
|
"X c Gray30",
|
||
|
"o c #929292",
|
||
|
"O c Gray70",
|
||
|
"+ c #c6c6c6",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@@@",
|
||
|
"@@@@oo@@@",
|
||
|
"@@O.X..O@",
|
||
|
"@o +O o",
|
||
|
"@@O. X.O@",
|
||
|
"@@@@oo@@@"
|
||
|
};
|