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
312 B
23 lines
312 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"8 8 8 1",
|
||
|
" c Gray2",
|
||
|
". c Gray21",
|
||
|
"X c Gray36",
|
||
|
"o c #6d6d6d",
|
||
|
"O c #888888",
|
||
|
"+ c Gray70",
|
||
|
"@ c #d2d2d2",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"########",
|
||
|
"####O###",
|
||
|
"###+ +##",
|
||
|
"###. .##",
|
||
|
"##@X @#",
|
||
|
"##X@o X#",
|
||
|
"#+o#@ @",
|
||
|
"#+@##Oo+"
|
||
|
};
|