Make way, make way, for ^TooL^'s first image, dnh
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1038 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
450750a98c
commit
fb5a775c74
|
@ -0,0 +1,9 @@
|
|||
#define girdle1_width 24
|
||||
#define girdle1_height 24
|
||||
static char girdle1_bits[] = {
|
||||
0x00,0x00,0x00,0x80,0x33,0x00,0xe0,0xf9,0x00,0xf0,0xf9,0x01,
|
||||
0xf8,0xf3,0x03,0x7c,0xc0,0x07,0x3e,0x80,0x0f,0x06,0x00,0x0f,
|
||||
0x07,0x00,0x1c,0x03,0x00,0x18,0x03,0x00,0x18,0x03,0x00,0x18,
|
||||
0x03,0x00,0x18,0x05,0x00,0x14,0x05,0x00,0x14,0x99,0x3f,0x13,
|
||||
0xe2,0xfb,0x08,0xc4,0x7b,0x04,0xe8,0xfb,0x02,0xf0,0xf1,0x01,
|
||||
0xc0,0x7b,0x00,0x80,0x3f,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
Binary file not shown.
|
@ -0,0 +1,33 @@
|
|||
/* XPM */
|
||||
static char * girdle_str_111_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"24 24 3 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c Red",
|
||||
"X s Light magenta c Pink",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ... .. ",
|
||||
" .... ..... ",
|
||||
" ..... ...... ",
|
||||
" ....... ...... ",
|
||||
" ..... ..... ",
|
||||
" ..... ..... ",
|
||||
" .. .... ",
|
||||
" ... ... ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .X. .X. ",
|
||||
" .X. .X. ",
|
||||
" .XX.. ....... ..XX. ",
|
||||
" .XXX.....X.....XXX. ",
|
||||
" .XXX....X....XXX. ",
|
||||
" .X.....X.....X. ",
|
||||
" .....XXX..... ",
|
||||
" ....X.... ",
|
||||
" ....... ",
|
||||
" ",
|
||||
" "};
|
|
@ -0,0 +1,9 @@
|
|||
#define girdle2_width 24
|
||||
#define girdle2_height 24
|
||||
static char girdle2_bits[] = {
|
||||
0x00,0x00,0x00,0x80,0x33,0x00,0xe0,0xf9,0x00,0xf0,0xf9,0x01,
|
||||
0xf8,0xf3,0x03,0x7c,0xc0,0x07,0x3e,0x80,0x0f,0x06,0x00,0x0f,
|
||||
0x07,0x00,0x1c,0x03,0x00,0x18,0x03,0x00,0x18,0x03,0x00,0x18,
|
||||
0x03,0x00,0x18,0x05,0x00,0x14,0x45,0x55,0x14,0x99,0x3f,0x13,
|
||||
0xe2,0xfb,0x08,0xc4,0x7b,0x04,0xe8,0xfb,0x02,0xf0,0xf1,0x01,
|
||||
0xc0,0x7b,0x00,0xa0,0xbf,0x00,0x40,0x55,0x00,0x00,0x00,0x00};
|
Binary file not shown.
|
@ -0,0 +1,33 @@
|
|||
/* XPM */
|
||||
static char * girdle_str_112_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"24 24 3 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c Red",
|
||||
"X s Light magenta c Pink",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ... .. ",
|
||||
" .... ..... ",
|
||||
" ..... ...... ",
|
||||
" ....... ...... ",
|
||||
" ..... ..... ",
|
||||
" ..... ..... ",
|
||||
" .. .... ",
|
||||
" ... ... ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .X. .X. ",
|
||||
" .X. . . . . . .X. ",
|
||||
" .XX.. ....... ..XX. ",
|
||||
" .XXX.....X.....XXX. ",
|
||||
" .XXX....X....XXX. ",
|
||||
" .X.....X.....X. ",
|
||||
" .....XXX..... ",
|
||||
" ....X.... ",
|
||||
" . ....... . ",
|
||||
" . . . . . ",
|
||||
" "};
|
|
@ -7,6 +7,8 @@ face girdle_str.111
|
|||
anim
|
||||
girdle_str.111
|
||||
girdle_str.112
|
||||
girdle_str.113
|
||||
girdle_str.114
|
||||
mina
|
||||
speed 0.1
|
||||
color_fg red
|
||||
|
|
Loading…
Reference in New Issue