arch/flesh/dragon/dragon_claw.111

10 lines
539 B
Plaintext

#define dragon_claw_width 24
#define dragon_claw_height 24
static char dragon_claw_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x1f, 0x00, 0xe0, 0xf5, 0x00, 0xb0, 0x9a, 0x03,
0x58, 0xd5, 0x06, 0xac, 0x1e, 0x0d, 0xde, 0x0d, 0x0e, 0xac, 0x0e, 0x18,
0xfe, 0x3f, 0x18, 0xf4, 0x41, 0x10, 0x68, 0x80, 0x10, 0x00, 0x00, 0x09,
0x00, 0x00, 0x09, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x07, 0x00, 0x80, 0x03,
0x00, 0x80, 0x01, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};