beholder leader support, dnh
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1017 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
22b9e735d8
commit
b3dba1796d
|
@ -0,0 +1,9 @@
|
|||
#define beholder1_width 24
|
||||
#define beholder1_height 24
|
||||
static char beholder1_bits[] = {
|
||||
0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x00,0x05,0x0a,0x00,0x06,
|
||||
0x1c,0x00,0x04,0x30,0x3e,0x06,0xe0,0xc1,0x03,0x40,0x00,0x01,
|
||||
0x20,0x00,0x02,0x10,0x1c,0x04,0x10,0x63,0x04,0x08,0x2a,0x08,
|
||||
0x08,0x1c,0x08,0x08,0x00,0x08,0x28,0x00,0x0a,0xc8,0x80,0x09,
|
||||
0x50,0x7f,0x05,0x90,0xaa,0x04,0x20,0x41,0x02,0x40,0x3e,0x01,
|
||||
0x80,0xc1,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
Binary file not shown.
|
@ -0,0 +1,36 @@
|
|||
/* XPM */
|
||||
static char * beholder_111_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"24 24 6 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". s Dark green c SeaGreen",
|
||||
"X c green",
|
||||
"o s Yellow c Gold",
|
||||
"O s Light red c Salmon",
|
||||
"+ c White",
|
||||
/* pixels */
|
||||
" ",
|
||||
" . ",
|
||||
" . .X. ",
|
||||
" .X. .. ",
|
||||
" ... . ",
|
||||
" .. ..... .. ",
|
||||
" ....ooooo.... ",
|
||||
" .ooooooooo. ",
|
||||
" .ooooooooooo. ",
|
||||
" .ooooo...ooooo. ",
|
||||
" .ooo..XXX..ooo. ",
|
||||
" .ooooo.X.X.ooooo. ",
|
||||
" .oooooo...oooooo. ",
|
||||
" .ooooooooooooooo. ",
|
||||
" .o.ooooooooooo.o. ",
|
||||
" .oo..ooooooo..oo. ",
|
||||
" .o.O.......O.o. ",
|
||||
" .oo.O+O+O+O.oo. ",
|
||||
" .oo.OOOOO.oo. ",
|
||||
" .oo.....oo. ",
|
||||
" ..ooooo.. ",
|
||||
" ..... ",
|
||||
" ",
|
||||
" "};
|
Loading…
Reference in New Issue