arch/monster/animal/panther.113.xpm

34 lines
844 B
C

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