arch/flesh/human/tooth.111

10 lines
521 B
Plaintext

#define tooth_width 24
#define tooth_height 24
static char tooth_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x80, 0x75, 0x03, 0xc0, 0xde, 0x03,
0x40, 0x79, 0x02, 0x40, 0x6e, 0x02, 0x40, 0x10, 0x02, 0x80, 0x00, 0x02,
0x80, 0x00, 0x01, 0x80, 0x00, 0x01, 0x80, 0x00, 0x01, 0xc0, 0x70, 0x02,
0xc0, 0x79, 0x02, 0xc0, 0xad, 0x02, 0x40, 0x85, 0x03, 0x00, 0x03, 0x03,
0x00, 0x03, 0x02, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};