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
250 B
20 lines
250 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"4 6 7 1",
|
||
|
" c Gray5",
|
||
|
". c #2a2a2a",
|
||
|
"X c Gray43",
|
||
|
"o c #9d9d9d",
|
||
|
"O c #aeaeae",
|
||
|
"+ c Gray79",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@",
|
||
|
"@@+O",
|
||
|
"@O X",
|
||
|
"@O X",
|
||
|
"@o.X",
|
||
|
"@@@+"
|
||
|
};
|