Pungas new high angel graphics for alternate set, dnh

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1202 282e977c-c81d-0410-88c4-b93c2d0d6712
master
darth_bob 2001-06-17 05:01:33 +00:00
parent 1f5c14d2a7
commit c0e053ca1a
37 changed files with 534 additions and 0 deletions

View File

@ -3,6 +3,11 @@ randomitems archangel
name Arch Angel
race angel
face highangel.111
anim
highangel.111
highangel.112
highangel.113
mina
color_fg white
monster 1
sleep 1
@ -59,6 +64,11 @@ More
Object ArchAngel_2
name Arch Angel
face highangel.211
anim
highangel.211
highangel.212
highangel.213
mina
monster 1
alive 1
no_pick 1
@ -69,6 +79,11 @@ More
Object ArchAngel_3
name Arch Angel
face highangel.311
anim
highangel.311
highangel.312
highangel.313
mina
monster 1
alive 1
no_pick 1
@ -79,6 +94,11 @@ More
Object ArchAngel_4
name Arch Angel
face highangel.411
anim
highangel.411
highangel.412
highangel.413
mina
monster 1
alive 1
no_pick 1
@ -90,6 +110,11 @@ More
Object ArchAngel_5
name Arch Angel
face highangel.511
anim
highangel.511
highangel.512
highangel.513
mina
monster 1
alive 1
no_pick 1
@ -101,6 +126,11 @@ More
Object ArchAngel_6
name Arch Angel
face highangel.611
anim
highangel.611
highangel.612
highangel.613
mina
monster 1
alive 1
no_pick 1

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0x3f, 0xf8, 0x3f,
0x1f, 0xf0, 0x1f, 0x0f, 0xe0, 0x1f, 0x0f, 0x80, 0x1f, 0x07, 0x80, 0x1f,
0x07, 0x00, 0x1f, 0x03, 0x00, 0x1f, 0x23, 0x00, 0x1e, 0x03, 0x00, 0x06,
0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x20, 0x00, 0x03, 0x00, 0x00,
0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x08, 0x00, 0x03, 0x00, 0x00,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_1_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" ",
" ",
" ",
" ...",
" ",
" ",
" ++ ++",
" +++++ ++",
" +++++++ +++",
" +++++++++ +++",
" +++++++++++ +++",
" ++++++++++++ +++",
" +++++++++++++ +++",
" ++++@@++++++++ +++",
" +++@+++++++++++ +++",
" +++@+++++++++++ +++++",
" +++@++++++++++++++++++",
" +++@++++++++++++++++++",
" ++++++++++@@++++++++++",
" ++++++++++@+++++++++++",
" ++++++++++++++++++++++",
" +++++++++@++++++++++++",
" +++++++++@++++++++++++",
" ++++++++@@++++++++++++"};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0x3f, 0xf8, 0x3f,
0x1f, 0xf0, 0x1f, 0x0f, 0xe0, 0x1f, 0x0f, 0x80, 0x1f, 0x07, 0x80, 0x1f,
0x07, 0x00, 0x1f, 0x03, 0x00, 0x1f, 0x23, 0x00, 0x1e, 0x03, 0x00, 0x06,
0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x20, 0x00, 0x03, 0x00, 0x00,
0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x08, 0x00, 0x03, 0x00, 0x00,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_1_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" ",
" ",
" ",
" ...",
" ",
" ",
" ++ ++",
" +++++ ++",
" +++++++ +++",
" +++++++++ +++",
" +++++++++++ +++",
" ++++++++++++ +++",
" +++++++++++++ +++",
" ++++@@++++++++ +++",
" +++@+++++++++++ +++",
" +++@+++++++++++ +++++",
" +++@++++++++++++++++++",
" +++@++++++++++++++++++",
" ++++++++++@@++++++++++",
" ++++++++++@+++++++++++",
" ++++++++++++++++++++++",
" +++++++++@++++++++++++",
" +++++++++@++++++++++++",
" ++++++++@@++++++++++++"};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xe0, 0xc7, 0xff,
0xc0, 0xc1, 0xff, 0xc0, 0x81, 0xff, 0xc0, 0x81, 0xff, 0xc0, 0x80, 0xff,
0xc0, 0x80, 0xff, 0x40, 0x80, 0xff, 0x60, 0xc0, 0xff, 0x30, 0xc0, 0xff,
0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff,
0x00, 0xc0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_2_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" ",
" ",
" ",
"..... ",
" ",
" ",
"+++++ ",
"+++++ +++ ",
"++++++ +++++ ",
"++++++ ++++++ ",
"++++++ ++++++ ",
"++++++ +++++++ ",
"++++++ +++++++ ",
"++++++ ++++++++ ",
"+++++ +++++++ ",
"++++ ++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"+++++++++++++ ",
"+++++++++++++ ",
"+++++++++++++ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xe0, 0xc7, 0xff,
0xc0, 0xc1, 0xff, 0xc0, 0x81, 0xff, 0xc0, 0x81, 0xff, 0xc0, 0x80, 0xff,
0xc0, 0x80, 0xff, 0x40, 0x80, 0xff, 0x60, 0xc0, 0xff, 0x30, 0xc0, 0xff,
0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff,
0x00, 0xc0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_2_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" ",
" ",
" ",
"..... ",
" ",
" ",
"+++++ ",
"+++++ +++ ",
"++++++ +++++ ",
"++++++ ++++++ ",
"++++++ ++++++ ",
"++++++ +++++++ ",
"++++++ +++++++ ",
"++++++ ++++++++ ",
"+++++ +++++++ ",
"++++ ++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"+++++++++++++ ",
"+++++++++++++ ",
"+++++++++++++ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x02, 0x00, 0x01, 0x00, 0x00,
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00,
0x81, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00,
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x08, 0x00, 0x01, 0x00, 0x00,
0x81, 0x08, 0x00, 0x01, 0x00, 0x00, 0x81, 0xa0, 0x00, 0x01, 0x00, 0x00,
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x03, 0x28, 0x00, 0x03, 0x00, 0x00,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_3_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" +++++++++@+++++++++++++",
" +++++++++@+++++++++++++",
" ++++++++@++++++++++++++",
" ++++++++@++++++++++++++",
" +++++++@@++++++++++++++",
" +++++++@+++++++++++++++",
" +++++++++++++++++++++++",
" ++++++@++++++@@++++++++",
" ++++++@+++++@++@@++++++",
" ++++++@+++++++++@++++++",
" +++++++++++++++++@+++++",
" +++++++++++@+++++++++++",
" +++++++++++@++++@++++++",
" ++++++++++@+++++@++++++",
" ++++++++++@++++++++++++",
" ++++++@+++@++++++++++++",
" ++++++@+++@++++@+++++++",
" ++++++@++++@++@++++++++",
" ++++++@+++++@@@++++++++",
" ++++++@++++++@+++++++++",
" +++++++@+++++@+++++++++",
" ++++++++@+++@@+++++++++",
" ++++++++@@@@@+++++++++",
" +++++++++++@@+++++++++"};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x02, 0x00, 0x01, 0x00, 0x00,
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00,
0x81, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00,
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x08, 0x00, 0x01, 0x00, 0x00,
0x81, 0x08, 0x00, 0x01, 0x00, 0x00, 0x81, 0xa0, 0x00, 0x01, 0x00, 0x00,
0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x03, 0x28, 0x00, 0x03, 0x00, 0x00,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_3_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" +++++++++@+++++++++++++",
" +++++++++@+++++++++++++",
" ++++++++@++++++++++++++",
" ++++++++@++++++++++++++",
" +++++++@@++++++++++++++",
" +++++++@+++++++++++++++",
" +++++++++++++++++++++++",
" ++++++@++++++@@++++++++",
" ++++++@+++++@++@@++++++",
" ++++++@+++++++++@++++++",
" +++++++++++++++++@+++++",
" +++++++++++@+++++++++++",
" +++++++++++@++++@++++++",
" ++++++++++@+++++@++++++",
" ++++++++++@++++++++++++",
" ++++++@+++@++++++++++++",
" ++++++@+++@++++@+++++++",
" ++++++@++++@++@++++++++",
" ++++++@+++++@@@++++++++",
" ++++++@++++++@+++++++++",
" +++++++@+++++@+++++++++",
" ++++++++@+++@@+++++++++",
" ++++++++@@@@@+++++++++",
" +++++++++++@@+++++++++"};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff,
0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0x80, 0xff,
0x00, 0x80, 0xff, 0x00, 0x00, 0xff, 0x00, 0x04, 0xff, 0x00, 0x04, 0xff,
0x00, 0x04, 0xff, 0x00, 0x06, 0xff, 0x00, 0x0e, 0xff, 0x00, 0x0e, 0xff,
0x00, 0x06, 0xff, 0x00, 0x83, 0xff, 0x00, 0x83, 0xff, 0x00, 0x83, 0xff,
0x00, 0x83, 0xff, 0x00, 0xc3, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0xff,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_4_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
"+++++++++++++ ",
"+++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"+++++++++++++++ ",
"+++++++++++++++ ",
"++++++++++++++++ ",
"++++++++++ +++++ ",
"++++++++++ +++++ ",
"++++++++++ +++++ ",
"+++++++++ +++++ ",
"+++++++++ ++++ ",
"+++++++++ ++++ ",
"+++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ ++++ ",
"++++++++ ",
"++++++++ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x00, 0xe0, 0xff, 0x00, 0xe0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff,
0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00, 0x80, 0xff,
0x00, 0x80, 0xff, 0x00, 0x00, 0xff, 0x00, 0x04, 0xff, 0x00, 0x04, 0xff,
0x00, 0x04, 0xff, 0x00, 0x06, 0xff, 0x00, 0x0e, 0xff, 0x00, 0x0e, 0xff,
0x00, 0x06, 0xff, 0x00, 0x83, 0xff, 0x00, 0x83, 0xff, 0x00, 0x83, 0xff,
0x00, 0x83, 0xff, 0x00, 0xc3, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0xff,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_4_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
"+++++++++++++ ",
"+++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"++++++++++++++ ",
"+++++++++++++++ ",
"+++++++++++++++ ",
"++++++++++++++++ ",
"++++++++++ +++++ ",
"++++++++++ +++++ ",
"++++++++++ +++++ ",
"+++++++++ +++++ ",
"+++++++++ ++++ ",
"+++++++++ ++++ ",
"+++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ +++++ ",
"++++++++ ++++ ",
"++++++++ ",
"++++++++ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x03, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00,
0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x0f, 0x00, 0xe2, 0x0f, 0x00, 0xf0,
0x0f, 0x80, 0xf0, 0x0f, 0x00, 0xf0, 0x0f, 0x80, 0xfa, 0x1f, 0x18, 0xf8,
0x1f, 0x9c, 0xf8, 0x1f, 0x0c, 0xfc, 0x1f, 0x0e, 0xfc, 0x3f, 0x1f, 0xfc,
0xff, 0x9f, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0xbf, 0xfc, 0xff, 0x3f, 0xfc,
0xff, 0xbf, 0xf8, 0xff, 0x3f, 0xf0, 0xff, 0x3f, 0xe2, 0xff, 0x3f, 0xe0,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_5_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" ++++++++++++@+@+++++++",
" +++++++++++@++@++++++",
" +++++++++++@+@+@+++++",
" +++++++++++@++@++++++",
" +++++++++++@+++@+@+++",
" +++++++++++@+#+++++++",
" ++++++++++@+###++ ",
" +++++++++@+####+ ",
" +++++++++@+####+ ",
" +++++++++@+####+ ",
" ++++++++@+####+ ",
" ++++++ +####+ ",
" +++++ +####+ ",
" +++++ ++###+ ",
" ++++ ++###+ ",
" ++ +###+ ",
" ++##+ ",
" +##+ ",
" +##+ ",
" +##+ ",
" +###+ ",
" +####+ ",
" +#####+ ",
" +#####+ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x03, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x07, 0x00, 0x00,
0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x0f, 0x00, 0xe2, 0x0f, 0x00, 0xf0,
0x0f, 0x80, 0xf0, 0x0f, 0x00, 0xf0, 0x0f, 0x80, 0xfa, 0x1f, 0x18, 0xf8,
0x1f, 0x9c, 0xf8, 0x1f, 0x0c, 0xfc, 0x1f, 0x0e, 0xfc, 0x3f, 0x1f, 0xfc,
0xff, 0x9f, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0xbf, 0xfc, 0xff, 0x3f, 0xfc,
0xff, 0xbf, 0xf8, 0xff, 0x3f, 0xf0, 0xff, 0x3f, 0xe2, 0xff, 0x3f, 0xe0,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_5_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
" ++++++++++++@+@+++++++",
" +++++++++++@++@++++++",
" +++++++++++@+@+@+++++",
" +++++++++++@++@++++++",
" +++++++++++@+++@+@+++",
" +++++++++++@+#+++++++",
" ++++++++++@+###++ ",
" +++++++++@+####+ ",
" +++++++++@+####+ ",
" +++++++++@+####+ ",
" ++++++++@+####+ ",
" ++++++ +####+ ",
" +++++ +####+ ",
" +++++ ++###+ ",
" ++++ ++###+ ",
" ++ +###+ ",
" ++##+ ",
" +##+ ",
" +##+ ",
" +##+ ",
" +###+ ",
" +####+ ",
" +#####+ ",
" +#####+ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x00, 0xff, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0xff,
0x00, 0xff, 0xff, 0x00, 0xff, 0xff, 0x23, 0xff, 0xff, 0x03, 0xff, 0xff,
0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x27, 0xff, 0xff, 0x07, 0xff, 0xff,
0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x27, 0xff, 0xff, 0x07, 0xff, 0xff,
0x07, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x2f, 0xff, 0xff, 0x0f, 0xff, 0xff,
0x8f, 0xfe, 0xff, 0x0f, 0xfc, 0xff, 0x2f, 0xfa, 0xff, 0x1f, 0xfc, 0xff,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_6_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
"++++++++ ",
"++++++++ ",
"++++++++ ",
"++++++++ ",
"++++++++ ",
"++++++#+ ",
" +####+ ",
" +####+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +##+ ",
" +##+ ",
" +##+ ",
" +###+ ",
" +####+ ",
" +#####+ ",
" +###+ "};

View File

@ -0,0 +1,10 @@
#define highangel_width 24
#define highangel_height 24
static char highangel_bits[] = {
0x00, 0xff, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0xff,
0x00, 0xff, 0xff, 0x00, 0xff, 0xff, 0x23, 0xff, 0xff, 0x03, 0xff, 0xff,
0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x27, 0xff, 0xff, 0x07, 0xff, 0xff,
0x07, 0xff, 0xff, 0x07, 0xff, 0xff, 0x27, 0xff, 0xff, 0x07, 0xff, 0xff,
0x07, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x2f, 0xff, 0xff, 0x0f, 0xff, 0xff,
0x8f, 0xfe, 0xff, 0x0f, 0xfc, 0xff, 0x2f, 0xfa, 0xff, 0x1f, 0xfc, 0xff,
};

Binary file not shown.

View File

@ -0,0 +1,32 @@
/* XPM */
static char * highangel_6_xpm [] = {
" 24 24 5 1 " ,
" c None",
". c #FFEC63",
"+ c #FFFFFF",
"@ c #D8D8D8",
"# c #EFD9BA",
"++++++++ ",
"++++++++ ",
"++++++++ ",
"++++++++ ",
"++++++++ ",
"++++++#+ ",
" +####+ ",
" +####+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +###+ ",
" +##+ ",
" +##+ ",
" +##+ ",
" +###+ ",
" +####+ ",
" +#####+ ",
" +###+ "};