35 lines
876 B
C
35 lines
876 B
C
/* XPM */
|
|
static char * Cwyvern_232_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 4 1",
|
|
/* colors */
|
|
" s None c None",
|
|
". c Black",
|
|
"X s Light yellow c Yellow",
|
|
"o c Green3",
|
|
/* pixels */
|
|
" ",
|
|
" . . ",
|
|
" .. . ",
|
|
"....... ...... ",
|
|
"...... ..X.... ",
|
|
"...... ......... ",
|
|
"...... ...... ",
|
|
" .... ...... ..... ",
|
|
"............... ",
|
|
".............. ",
|
|
"................ ",
|
|
"...........o........... ",
|
|
"...oo.......o........ . ",
|
|
".....o....... ... ",
|
|
"......o....... ",
|
|
"o...... ..... ",
|
|
". ...... .......... ",
|
|
". ..... ..... . ",
|
|
" ... ... ",
|
|
" .. ",
|
|
" .. ",
|
|
" ... ",
|
|
" ...... ",
|
|
" "};
|