New image for metal robe (not much of a change but it looks much cooler)

dnh 2/11/01


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1354 282e977c-c81d-0410-88c4-b93c2d0d6712
master
darth_bob 2001-11-02 01:08:11 +00:00
parent f58ad745e8
commit 1c71ac92e1
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#define robe_width 24
#define robe_height 24
static char robe_bits[] = {
0x00,0x00,0x00,0x00,0x3e,0x00,0xc0,0xff,0x01,0xe0,0xc9,0x03,
0xf0,0xeb,0x07,0xf0,0xeb,0x07,0xf8,0xeb,0x0f,0xf8,0xeb,0x0f,
0xfc,0xeb,0x1f,0xbc,0xeb,0x1e,0xbe,0xeb,0x3e,0xde,0xdd,0x3d,
0xde,0xdd,0x3d,0xce,0xdd,0x39,0xcc,0xdd,0x19,0xc0,0xdd,0x01,
0xe0,0xdd,0x03,0xe0,0xdd,0x03,0xe0,0xdd,0x03,0xe0,0xe3,0x03,
0xe0,0xc1,0x03,0xc0,0xc1,0x01,0x00,0x00,0x00,0x00,0x00,0x00};

Binary file not shown.

View File

@ -0,0 +1,34 @@
/* XPM */
static char * robe_111_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 4 1",
/* colors */
" s None c None",
". s Dark orange m black c chocolate",
"X s Dark brown m white c sienna",
"o m white c Black",
/* pixels */
" ",
" ..... ",
" ....XXX.... ",
" ....ooXoo.... ",
" ......oXo...... ",
" ......oXo...... ",
" .......oXo....... ",
" .......oXo....... ",
" ........oXo........ ",
" ....o...oXo...o.... ",
" .....o...oXo...o..... ",
" .... ...oXXXo... .... ",
" .... ...oXXXo... .... ",
" ... ...oXXXo... ... ",
" .. ...oXXXo... .. ",
" ...oXXXo... ",
" ....oXXXo.... ",
" ....oXXXo.... ",
" ....oXXXo.... ",
" ..... ..... ",
" .... .... ",
" ... ... ",
" ",
" "};