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.
23 lines
273 B
23 lines
273 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"4 9 7 1",
|
||
|
" c Gray0",
|
||
|
". c #323232",
|
||
|
"X c Gray42",
|
||
|
"o c Gray56",
|
||
|
"O c #a2a2a2",
|
||
|
"+ c Gray81",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@",
|
||
|
"@@@+",
|
||
|
"@@Xo",
|
||
|
"@@.@",
|
||
|
"@o.@",
|
||
|
"@X.@",
|
||
|
"@X.@",
|
||
|
"@O +",
|
||
|
"@@X@"
|
||
|
};
|