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