arch/monster/animal/panther.111.xpm

34 lines
844 B
C

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