arch/monster/demon/Demon_Lord/demon_lord.A12.xpm

33 lines
828 B
C

/* XPM */
static char * demon_lord_A12_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 2 1",
/* colors */
" c red",
". c black",
/* pixels */
" .......................",
" .......................",
" .......................",
" .......................",
" .......................",
" .......................",
" .......................",
" ......................",
". ......................",
". ......................",
". ......................",
". ................ ....",
".. ...... ....... ....",
".. ...... ...... .....",
".. ............. .......",
"... .......... ........",
"... .. ..........",
"... ....................",
".. ....................",
"... ....................",
"... ............... ....",
"... .............. ....",
"... .............. .....",
"... ............ ....."};