arch/armour/shield/DShield.111

10 lines
542 B
Plaintext

#define DShield_width 24
#define DShield_height 24
static unsigned char DShield_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xff, 0x01, 0x80, 0xff, 0x03, 0xc0, 0x80, 0x07,
0x60, 0xff, 0x0f, 0x20, 0xfe, 0x0c, 0x20, 0xfe, 0x0c, 0xa0, 0x7c, 0x0e,
0xa0, 0x39, 0x0f, 0xa0, 0x11, 0x0f, 0xa0, 0xbd, 0x0f, 0xa0, 0xff, 0x0f,
0xa0, 0xff, 0x0f, 0xa0, 0xef, 0x0f, 0xa0, 0xf8, 0x0f, 0xa0, 0x83, 0x0f,
0xa0, 0x3f, 0x0f, 0xa0, 0x7f, 0x0f, 0xa0, 0xff, 0x0f, 0xe0, 0xff, 0x0f,
0xa0, 0xff, 0x0f, 0xc0, 0xff, 0x07, 0x80, 0xff, 0x03, 0x00, 0x00, 0x00};