arch/monster/dragon/wyvern.131.xpm

33 lines
848 B
C

/* XPM */
static char * wyvern_131_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 2 1",
/* colors */
" s None c None",
". s Dark green c SeaGreen",
/* pixels */
" ",
" . ...........",
" ....... ........",
" ... . ......",
" .. ....",
" . ..",
" .. ",
" .. ",
" .. .....",
" .. .......",
" .. ........",
" .. .........",
" .. ..........",
" ... ..... ...",
" .......... ..",
" ..... ..",
" ...",
" ....",
" .....",
" .... ",
" .... ",
" .. ",
" ... ",
" "};