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
329 B
20 lines
329 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"17 6 7 1",
|
||
|
" c Gray1",
|
||
|
". c Gray35",
|
||
|
"X c #727272",
|
||
|
"o c #898989",
|
||
|
"O c #b9b9b9",
|
||
|
"+ c Gray85",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@@@@@@@@@@@",
|
||
|
"@OXXXooooooooXXXO",
|
||
|
"@O.X. .X.O",
|
||
|
"@@@@+ +@@@",
|
||
|
"@@@@+ +@@@",
|
||
|
"@@@@@oooooooo@@@@"
|
||
|
};
|