arch/monster/animal/panther.112.xpm

34 lines
844 B
C

/* XPM */
static char * panther_112_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 3 1",
/* colors */
" s None c None",
". c Black",
"X c red",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .... ",
" ...X..... .... ",
" ..................... ",
" ... ................. ",
" ............... . ",
" ............... . ",
" ........ ....... . ",
" ........ ..... . ",
" .. .. ... .. ..",
" .. .. .. ",
" ... ... ... "};