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.
20 lines
261 B
20 lines
261 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 6 7 1",
|
||
|
" c Gray0",
|
||
|
". c Gray15",
|
||
|
"X c Gray43",
|
||
|
"o c #9a9a9a",
|
||
|
"O c #afafaf",
|
||
|
"+ c Gray82",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@",
|
||
|
"@OX+@@",
|
||
|
"@X ..o",
|
||
|
"@Xo@o+",
|
||
|
"@Xo@@@",
|
||
|
"@O+@@@"
|
||
|
};
|