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
322 B
23 lines
322 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 9 7 1",
|
|
" c Gray20",
|
|
". c #585858",
|
|
"X c #797979",
|
|
"o c #929292",
|
|
"O c #a5a5a5",
|
|
"+ c #d7d7d7",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@",
|
|
"@@@OooO@@",
|
|
"@@ .@@. @",
|
|
"@OX.++.XO",
|
|
"@o@@ .+@o",
|
|
"@o++ +@o",
|
|
"@OX.++.XO",
|
|
"@@ .+@. @",
|
|
"@@@OooO@@"
|
|
};
|