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
314 B
22 lines
314 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 8 7 1",
|
|
" c Gray3",
|
|
". c Gray20",
|
|
"X c Gray47",
|
|
"o c #8b8b8b",
|
|
"O c #b7b7b7",
|
|
"+ c Gray81",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@",
|
|
"@@@@@@@Oo@",
|
|
"@@O o",
|
|
"@@o .+@ @",
|
|
"@@X.+@+.X@",
|
|
"@@ @+. o@",
|
|
"@o O@",
|
|
"@@XO@@@@@@"
|
|
};
|