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.
29 lines
460 B
29 lines
460 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 15 7 1",
|
|
" c #060606",
|
|
". c Gray18",
|
|
"X c Gray47",
|
|
"o c #959595",
|
|
"O c #a9a9a9",
|
|
"+ c Gray84",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@@",
|
|
"@@@@@@++@@@@@",
|
|
"@@@@@+. +@@@@",
|
|
"@@@@@. .@@@@",
|
|
"@@@@o . o@@@",
|
|
"@@@o X@ o@@",
|
|
"@@o X@@o O@",
|
|
"@O X@@@X O",
|
|
"@O X@@@X O",
|
|
"@@O X@@X O@",
|
|
"@@@o @X o@@",
|
|
"@@@@o . o@@@",
|
|
"@@@@@. .@@@@",
|
|
"@@@@@+ .+@@@@",
|
|
"@@@@@@++@@@@@"
|
|
};
|