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.
18 lines
235 B
18 lines
235 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"4 4 7 1",
|
||
|
" c Gray0",
|
||
|
". c Gray35",
|
||
|
"X c #717171",
|
||
|
"o c #898989",
|
||
|
"O c #a9a9a9",
|
||
|
"+ c #d3d3d3",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@",
|
||
|
"@@O@",
|
||
|
"@o X",
|
||
|
"@+.O"
|
||
|
};
|