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.
24 lines
336 B
24 lines
336 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"9 9 8 1",
|
||
|
" c #010101",
|
||
|
". c #393939",
|
||
|
"X c #585858",
|
||
|
"o c #797979",
|
||
|
"O c Gray54",
|
||
|
"+ c #b1b1b1",
|
||
|
"@ c Gray83",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"#########",
|
||
|
"####@@###",
|
||
|
"####oo###",
|
||
|
"###@ @##",
|
||
|
"###X X##",
|
||
|
"##@ @#",
|
||
|
"##. .#",
|
||
|
"#+ +",
|
||
|
"#+oOOOOo+"
|
||
|
};
|