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
321 B
23 lines
321 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 9 7 1",
|
|
" c Gray0",
|
|
". c #2a2a2a",
|
|
"X c #464646",
|
|
"o c #727272",
|
|
"O c #b1b1b1",
|
|
"+ c #cdcdcd",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@",
|
|
"@@@@++@@@",
|
|
"@@@@oo@@@",
|
|
"@@@+..+@@",
|
|
"@@@XOOX@@",
|
|
"@@+.@@.+@",
|
|
"@@.O@@O.@",
|
|
"@O oooo O",
|
|
"@Ooooooo+"
|
|
};
|