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.
22 lines
291 B
22 lines
291 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 8 7 1",
|
|
" c #0b0b0b",
|
|
". c #4b4b4b",
|
|
"X c Gray49",
|
|
"o c #898989",
|
|
"O c Gray70",
|
|
"+ c Gray82",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@",
|
|
"@+o@@@@",
|
|
"@+ X+ +",
|
|
"@@@ Oo+",
|
|
"@@@.O@@",
|
|
"@@@.oO@",
|
|
"@+.o+ O",
|
|
"@+O@@@@"
|
|
};
|