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
322 B
23 lines
322 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"9 8 8 1",
|
||
|
" c #020202",
|
||
|
". c #313131",
|
||
|
"X c #5d5d5d",
|
||
|
"o c Gray",
|
||
|
"O c #888888",
|
||
|
"+ c #a7a7a7",
|
||
|
"@ c #c5c5c5",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"#########",
|
||
|
"####+OOO@",
|
||
|
"###@ o",
|
||
|
"###X .#",
|
||
|
"###. .##",
|
||
|
"##. X##",
|
||
|
"#o @##",
|
||
|
"#+oOO+###"
|
||
|
};
|