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.
21 lines
274 B
21 lines
274 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 7 7 1",
|
||
|
" c #101010",
|
||
|
". c #585858",
|
||
|
"X c Gray47",
|
||
|
"o c #8d8d8d",
|
||
|
"O c #b7b7b7",
|
||
|
"+ c Gray86",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@",
|
||
|
"@O+@+O",
|
||
|
"@OX@XO",
|
||
|
"@@.+.@",
|
||
|
"@@oXo@",
|
||
|
"@@+ +@",
|
||
|
"@@@o@@"
|
||
|
};
|