33 lines
836 B
C
33 lines
836 B
C
/* XPM */
|
|
static char * demon_lord_I11_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 2 1",
|
|
/* colors */
|
|
" s None c None",
|
|
". c black",
|
|
/* pixels */
|
|
" .......................",
|
|
" .......................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|