arch/flesh/human/leg.111

10 lines
515 B
Plaintext

#define leg_width 24
#define leg_height 24
static char leg_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xc0, 0x00, 0x00, 0xe0, 0x03, 0x00, 0xb0, 0x03, 0x00, 0x18, 0x03,
0x00, 0x0c, 0x06, 0x00, 0x04, 0x03, 0x00, 0x06, 0x03, 0x00, 0x86, 0x01,
0x00, 0xc2, 0x00, 0x00, 0x61, 0x00, 0x00, 0x11, 0x00, 0x00, 0x11, 0x00,
0x00, 0x11, 0x00, 0x00, 0x12, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x0a, 0x00,
0x00, 0x0e, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};