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
299 B
23 lines
299 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 9 7 1",
|
|
" c Gray1",
|
|
". c Gray28",
|
|
"X c Gray49",
|
|
"o c Gray55",
|
|
"O c #b7b7b7",
|
|
"+ c Gray76",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@",
|
|
"@@@+XO@",
|
|
"@@O +",
|
|
"@+ O@",
|
|
"@o X@@@",
|
|
"@o o@@@",
|
|
"@o O@@",
|
|
"@o .@@@",
|
|
"@@o@@@@"
|
|
};
|