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
320 B
23 lines
320 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 9 7 1",
|
|
" c Gray2",
|
|
". c Gray19",
|
|
"X c #747474",
|
|
"o c #848484",
|
|
"O c #aeaeae",
|
|
"+ c #c8c8c8",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@",
|
|
"@@@@@@+X@",
|
|
"@@@+X X",
|
|
"@+ . X",
|
|
"@+..o@O o",
|
|
"@@@@@@O X",
|
|
"@@@@@@O o",
|
|
"@@@@@@O X",
|
|
"@@@@@@@o@"
|
|
};
|