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.
26 lines
319 B
26 lines
319 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"5 11 8 1",
|
||
|
" c #040404",
|
||
|
". c Gray18",
|
||
|
"X c #414141",
|
||
|
"o c #797979",
|
||
|
"O c #929292",
|
||
|
"+ c Gray67",
|
||
|
"@ c #cdcdcd",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"#####",
|
||
|
"##++#",
|
||
|
"#@ @",
|
||
|
"##. o",
|
||
|
"##+ o",
|
||
|
"##@ o",
|
||
|
"##@ @",
|
||
|
"##oX#",
|
||
|
"##.+#",
|
||
|
"#O.##",
|
||
|
"#+@##"
|
||
|
};
|