arch/player/race/wraithp.131

10 lines
530 B
Plaintext

#define Wraith_width 24
#define Wraith_height 24
static char Wraith_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x3a, 0x00, 0x00, 0x7f, 0x80,
0x80, 0x5e, 0xc0, 0x00, 0x7e, 0x60, 0xd0, 0x3f, 0x30, 0x44, 0x7f, 0x18,
0xe8, 0x6b, 0x0c, 0xea, 0xff, 0x07, 0xfe, 0xfd, 0x07, 0x54, 0xff, 0x01,
0xe8, 0xff, 0x06, 0xd8, 0xad, 0x00, 0x60, 0x3f, 0x03, 0xc8, 0x5f, 0x00,
0x00, 0x1f, 0x00, 0xd0, 0xd7, 0x00, 0xc0, 0x17, 0x00, 0xc0, 0x0f, 0x00,
0x40, 0x0b, 0x00, 0x80, 0x03, 0x00, 0x80, 0x03, 0x00, 0xc0, 0x00, 0x00};