arch/wall/cave/cave_3.111.xpm

33 lines
833 B
C

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