arch/weapon/misc/poleaxe.111

10 lines
528 B
Plaintext

#define poleaxe_width 24
#define poleaxe_height 24
static char poleaxe_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x09,
0x00, 0xc0, 0x0d, 0x00, 0xc0, 0x17, 0x00, 0x00, 0x1f, 0x00, 0x80, 0x1f,
0x00, 0xc0, 0x1e, 0x00, 0x60, 0x0f, 0x00, 0x30, 0x00, 0x00, 0x18, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x06, 0x00, 0x00, 0x03, 0x00, 0x80, 0x01, 0x00,
0xc0, 0x00, 0x00, 0x60, 0x00, 0x00, 0x30, 0x00, 0x00, 0x18, 0x00, 0x00,
0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};