35 lines
891 B
C
35 lines
891 B
C
/* XPM */
|
|
static char * wyvern_172_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 4 1",
|
|
/* colors */
|
|
" s None c None",
|
|
". s Dark green c SeaGreen",
|
|
"X s Light yellow c Yellow",
|
|
"o c green3",
|
|
/* pixels */
|
|
" ",
|
|
" . . ",
|
|
" . .. ",
|
|
" ...... .......",
|
|
" ....X.. ......",
|
|
" ......... ......",
|
|
" ...... ......",
|
|
" ..... ...... .... ",
|
|
" ...............",
|
|
" ..............",
|
|
" ................",
|
|
" ...........o...........",
|
|
" . ........o.......oo...",
|
|
" ... .......o.....",
|
|
" .......o......",
|
|
" ..... ......o",
|
|
" .......... ...... .",
|
|
" . ..... ..... .",
|
|
" ... ... ",
|
|
" .. ",
|
|
" .. ",
|
|
" ... ",
|
|
" ...... ",
|
|
" "};
|