arch/monster/misc/Ngolem/gol.512.xpm

33 lines
832 B
C

/* XPM */
static char * gol_512_xpm[] = {
/* width height num_colors chars_per_pixel */
"24 24 2 1",
/* colors */
" s None c None",
". c black",
/* pixels */
" .......",
" ........",
" ........",
" ....... ",
" ....... ",
" ....... ",
" ...... ",
" ...... ",
" ..... ",
" ....... ",
" ........ ",
" ......... ",
" ......... ",
" ....... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};