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