arch/monster/animal/bird.112.xpm

34 lines
855 B
C

/* XPM */
static char * bird_112_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 3 1",
/* colors */
" s None c None",
". s Dark brown c sienna",
"X c Red",
/* pixels */
" ",
" ",
" ",
" . ",
" . ",
" .. .... ",
" .. ... . ",
" .... .. .. ",
" ..... .... ",
" ....... ....... ",
" . ............. ",
" .. .......... ",
" .. ......... ",
" ............. ",
" ..X... ...... ",
" .... ...... ",
" XX . ........ ",
" X X ",
" X X ",
" ",
" ",
" ",
" ",
" "};