arch/weapon/other/pipe.111

10 lines
519 B
Plaintext

#define pipe_width 24
#define pipe_height 24
static char pipe_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04,
0x00, 0x00, 0x0a, 0x00, 0x00, 0x11, 0x00, 0x80, 0x08, 0x00, 0x40, 0x04,
0x00, 0x20, 0x02, 0x00, 0x10, 0x01, 0x00, 0x8c, 0x00, 0x00, 0x42, 0x00,
0x00, 0x31, 0x00, 0x80, 0x08, 0x00, 0x40, 0x04, 0x00, 0x20, 0x02, 0x00,
0x10, 0x01, 0x00, 0xa8, 0x00, 0x00, 0x54, 0x00, 0x00, 0x28, 0x00, 0x00,
0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};