arch/monster/elemental/Para/para_light.112.xpm

33 lines
852 B
C

/* XPM */
static char * para_light_112_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 2 1",
/* colors */
" s None c None",
". s Yellow m black c Gold",
/* pixels */
" . .. ",
" .. ... ",
" .. ... ",
" .... ",
" ... . ",
" .. .. ",
" .. .. ",
" . .. .. . .. ",
".. .. .. . ... .....",
" . .... ..... ... ..",
" .. ...... . . ",
" . ....... . .. ",
" .. ........ . . ",
" .. .. .. .. . . ",
" ..... .... .. .. ",
" .. . . .. .. . ",
". .. .. .. ",
". .. .. . ",
" .... .. ",
" .. . ",
" ... .. ",
" ..... . ",
" .. .. ",
" .. .... "};