arch/monster/acid/bluesphere.111.xpm

34 lines
847 B
C

/* XPM */
static char * acidsphere_111_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 3 1",
/* colors */
" s None c None",
". c navy",
"X c blue",
/* pixels */
" ",
" ",
" ",
" ",
" ..... ",
" ......... ",
" ...XX........ ",
" ..XX........... ",
" .X............. ",
" ..X.............. ",
" .X............... ",
" ..X................ ",
" ................... ",
" ................... ",
" ................... ",
" ................... ",
" ................. ",
" ................. ",
" ............... ",
" ............... ",
" ............. ",
" ......... ",
" ..... ",
" "};