arch/flesh/human/arm.111

10 lines
515 B
Plaintext

#define arm_width 24
#define arm_height 24
static char arm_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0xc0, 0x03, 0x00, 0xc0, 0x05, 0x00,
0xe0, 0x08, 0x00, 0x60, 0x10, 0x00, 0xc0, 0x10, 0x00, 0x00, 0xe1, 0x07,
0x00, 0x02, 0x08, 0x00, 0x1c, 0x0e, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};