*** empty log message ***

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1089 282e977c-c81d-0410-88c4-b93c2d0d6712
master
quickfur 2001-05-06 22:27:43 +00:00
parent 20d6f30771
commit c558dd5434
6 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#define grafikk/grimreaper1_width 24
#define grafikk/grimreaper1_height 24
static char grafikk/grimreaper1_bits[] = {
0x00,0x00,0x00,0x7e,0xc0,0x03,0xe0,0xe1,0x07,0x80,0xe3,0x07,
0x00,0xe1,0x07,0x80,0xe0,0x07,0x80,0xc0,0x07,0x40,0xe0,0x07,
0xf0,0xff,0x0f,0xf0,0xff,0x0f,0xf0,0xff,0x0f,0xf0,0xff,0x0f,
0xd0,0xff,0x0f,0xc8,0xf3,0x1f,0x08,0xf0,0x1f,0x04,0xf0,0x1f,
0x04,0xf0,0x1f,0x02,0xf8,0x1f,0x02,0xf8,0x3f,0x00,0xf8,0x3f,
0x00,0xf8,0x3f,0x00,0xfc,0x7f,0x00,0xfc,0x7f,0x00,0x00,0x00};

Binary file not shown.

View File

@ -0,0 +1,35 @@
/* XPM */
static char * grimreaper_111_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 5 1",
/* colors */
" s None c None",
". s Light gray c Grey75",
"X c Black",
"o c white",
"O c red",
/* pixels */
" ",
" ...... XXXX ",
" .... oooXXX ",
" ..X OOoXXX ",
" X oooXXX ",
" X XXoXXX ",
" X XXXXX ",
" X XXXXXX ",
" ooXXXXXXXXXXXXXX ",
" ooXXXXXXXXXXXXXX ",
" XXXXXXXXXXXXXXXX ",
" XXXXXXXXXXXXXXXX ",
" X XXXXXXXXXXXXXX ",
" X XXXX XXXXXXXXX ",
" X XXXXXXXXX ",
" X XXXXXXXXX ",
" X XXXXXXXXX ",
" X XXXXXXXXXX ",
" X XXXXXXXXXXX ",
" XXXXXXXXXXX ",
" XXXXXXXXXXX ",
" XXXXXXXXXXXXX ",
" XXXXXXXXXXXXX ",
" "};

View File

@ -0,0 +1,9 @@
#define grimreaper2_width 24
#define grimreaper2_height 24
static char grimreaper2_bits[] = {
0x00,0x00,0x00,0xf0,0xc1,0x03,0x00,0xe7,0x07,0x00,0xec,0x07,
0x00,0xec,0x07,0x00,0xe2,0x07,0x00,0xc1,0x07,0x80,0xe0,0x07,
0x40,0xf0,0x0f,0xe0,0xfd,0x0f,0xf0,0xff,0x0f,0xf8,0xff,0x0f,
0xe8,0xff,0x0f,0xe4,0xf7,0x1f,0xe2,0xf1,0x1f,0x60,0xf0,0x1f,
0x00,0xf0,0x1f,0x00,0xf8,0x1f,0x00,0xf8,0x3f,0x00,0xf8,0x3f,
0x00,0xf8,0x3f,0x00,0xfc,0x7f,0x00,0xfc,0x7f,0x00,0x00,0x00};

Binary file not shown.

View File

@ -0,0 +1,35 @@
/* XPM */
static char * grimreaper_112_xpm[] = {
/* width height ncolors chars_per_pixel */
"24 24 5 1",
/* colors */
" s None c None",
". s Light gray c Grey75",
"X c Black",
"o c white",
"O c red",
/* pixels */
" ",
" ..... XXXX ",
" ... oooXXX ",
" .. OOoXXX ",
" .. oooXXX ",
" X XXoXXX ",
" X XXXXX ",
" X XXXXXX ",
" X XXXXXXXX ",
" XooX XXXXXXXXXX ",
" XooXXXXXXXXXXXXX ",
" XXXXXXXXXXXXXXXXX ",
" X XXXXXXXXXXXXXXX ",
" X XXXXXX XXXXXXXXX ",
" X XXXX XXXXXXXXX ",
" XX XXXXXXXXX ",
" XXXXXXXXX ",
" XXXXXXXXXX ",
" XXXXXXXXXXX ",
" XXXXXXXXXXX ",
" XXXXXXXXXXX ",
" XXXXXXXXXXXXX ",
" XXXXXXXXXXXXX ",
" "};