arch/weapon/bow/bolt.101

10 lines
443 B
Plaintext

#define bolts_width 24
#define bolts_height 24
static char bolts_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x80,0x1f,0x00,0x00,0x09,0x00,0xc0,0x07,0x3f,
0xf0,0x02,0x12,0x3c,0x80,0x0f,0x0c,0xe0,0x05,0x00,0x78,0x00,
0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x03,
0x00,0x20,0x01,0x00,0xf8,0x00,0x00,0x5e,0x00,0x80,0x07,0x00,
0x80,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};