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.
27 lines
371 B
27 lines
371 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 13 7 1",
|
|
" c Gray0",
|
|
". c Gray21",
|
|
"X c Gray49",
|
|
"o c #818181",
|
|
"O c #a2a2a2",
|
|
"+ c Gray77",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@",
|
|
"@+XO@@OX+",
|
|
"@X .@@. X",
|
|
"@o .@@. o",
|
|
"@X .@@. X",
|
|
"@X .@@. X",
|
|
"@X .@@. X",
|
|
"@X .@@. X",
|
|
"@X .@@. X",
|
|
"@X .@@. X",
|
|
"@o .@@. o",
|
|
"@X .@@. X",
|
|
"@+XO@@OX+"
|
|
};
|