arch/weapon/other/saw.111

10 lines
516 B
Plaintext

#define saw_width 24
#define saw_height 24
static char saw_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x05,
0x00, 0x80, 0x08, 0x00, 0x40, 0x04, 0x00, 0x20, 0x04, 0x00, 0x10, 0x02,
0x00, 0x08, 0x01, 0x00, 0x04, 0x01, 0x00, 0x82, 0x00, 0x00, 0x41, 0x00,
0x80, 0x40, 0x00, 0x80, 0x20, 0x00, 0xe0, 0x10, 0x00, 0xf0, 0x11, 0x00,
0x98, 0x0b, 0x00, 0x18, 0x07, 0x00, 0x30, 0x03, 0x00, 0xe0, 0x01, 0x00,
0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};