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
322 B
22 lines
322 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"11 8 7 1",
|
|
" c Gray0",
|
|
". c #2a2a2a",
|
|
"X c Gray43",
|
|
"o c #8d8d8d",
|
|
"O c Gray70",
|
|
"+ c Gray84",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@",
|
|
"@OO@@@@@@@@",
|
|
"@O..Xo@@@@@",
|
|
"@@@+XX.Xo+@",
|
|
"@@@@@@++X o",
|
|
"@@@+XX.Xo+@",
|
|
"@O..Xo@@@@@",
|
|
"@OO@@@@@@@@"
|
|
};
|