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.
21 lines
261 B
21 lines
261 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"4 7 7 1",
|
||
|
" c #202020",
|
||
|
". c Gray32",
|
||
|
"X c #6f6f6f",
|
||
|
"o c #868686",
|
||
|
"O c #acacac",
|
||
|
"+ c #d7d7d7",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@",
|
||
|
"@@o@",
|
||
|
"@@ o",
|
||
|
"@@XX",
|
||
|
"@@XO",
|
||
|
"@+.@",
|
||
|
"@++@"
|
||
|
};
|