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
354 B
24 lines
354 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"11 10 7 1",
|
||
|
" c #0e0e0e",
|
||
|
". c Gray20",
|
||
|
"X c Gray27",
|
||
|
"o c Gray46",
|
||
|
"O c #8e8e8e",
|
||
|
"+ c Gray84",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@@@@@",
|
||
|
"@@@@@+oooO+",
|
||
|
"@@@@@XXo. +",
|
||
|
"@@@@O @@.O@",
|
||
|
"@@@@ o@O.@@",
|
||
|
"@@@O +@ O@@",
|
||
|
"@@@.O@o @@@",
|
||
|
"@@O.@@ O@@@",
|
||
|
"@+ .o.X@@@@",
|
||
|
"@+Oooo+@@@@"
|
||
|
};
|