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

34 lines
847 B
C

/* XPM */
static char * demon_lord_I12_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 3 1",
/* colors */
" s None c None",
". c black",
"X c red",
/* pixels */
" ......................",
" .X.....................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
".................X......"};