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
289 B
20 lines
289 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"10 6 7 1",
|
||
|
" c #040404",
|
||
|
". c Gray24",
|
||
|
"X c #686868",
|
||
|
"o c #8d8d8d",
|
||
|
"O c #b4b4b4",
|
||
|
"+ c Gray78",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@@@@",
|
||
|
"@@OX+@@oo@",
|
||
|
"@O.X O@ o",
|
||
|
"@o+@O O@+o",
|
||
|
"@o @O X.O",
|
||
|
"@@oo@@OXO@"
|
||
|
};
|