arch/flesh/human/hand.111

10 lines
519 B
Plaintext

#define hand_width 24
#define hand_height 24
static char hand_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x04, 0x00, 0xc0, 0x0b, 0x00, 0x58, 0x0b, 0x00, 0x54, 0x0b,
0x00, 0x54, 0x1b, 0x00, 0x2a, 0x19, 0x00, 0x9a, 0x14, 0x00, 0x49, 0x1a,
0x00, 0x01, 0x15, 0x00, 0x01, 0x12, 0x80, 0x00, 0x08, 0x40, 0x00, 0x06,
0x60, 0x00, 0x03, 0x20, 0x80, 0x00, 0x20, 0x70, 0x00, 0x40, 0x0e, 0x00,
0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};