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.
24 lines
365 B
24 lines
365 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 10 7 1",
|
|
" c #060606",
|
|
". c #323232",
|
|
"X c Gray26",
|
|
"o c Gray49",
|
|
"O c Gray71",
|
|
"+ c #c5c5c5",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@",
|
|
"@OO@@@@@@@OO",
|
|
"@O X@@@@@X O",
|
|
"@@+..@@@..+@",
|
|
"@@@@X o .@@@",
|
|
"@@@@@ @@@@",
|
|
"@@@@X o X@@@",
|
|
"@@+..@@@..+@",
|
|
"@O X@@@@@X O",
|
|
"@OO@@@@@@@OO"
|
|
};
|