Magic immunity potion images.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@999 282e977c-c81d-0410-88c4-b93c2d0d6712
master
mardahl 2001-04-20 09:35:27 +00:00
parent 26d8af73c4
commit 9d887bb52d
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#define potion_width 24
#define potion_height 24
static char potion_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,
0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x34,0x00,0x00,0x7a,0x00,
0x00,0xfd,0x00,0x80,0xfc,0x01,0x80,0xfe,0x01,0x40,0xfe,0x03,
0x40,0xfe,0x03,0x40,0xfe,0x03,0x40,0xfe,0x03,0x80,0xfc,0x01,
0x80,0xfd,0x01,0x00,0xff,0x00,0x00,0x3c,0x00,0x00,0x00,0x00};

Binary file not shown.

View File

@ -0,0 +1,30 @@
/* XPM */
static char * potiongen_111_xpm[] = {
"24 24 3 1",
" s None c None",
". s Light blue c dodgerblue",
"X c white",
" ",
" ",
" ",
" ",
" ",
" .... ",
" .... ",
" .... ",
" .... ",
" .... ",
" .X.. ",
" .X.... ",
" .X...... ",
" .XX....... ",
" .X........ ",
" .XX......... ",
" .XX......... ",
" .XX......... ",
" .XX......... ",
" .XX....... ",
" ..X....... ",
" ........ ",
" .... ",
" "};