arch/transport/s_ship.111

10 lines
524 B
Plaintext

#define s_ship_width 24
#define s_ship_height 24
static char s_ship_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80,
0x20, 0x00, 0x86, 0x60, 0x00, 0x8c, 0xe0, 0x00, 0x98, 0x40, 0x01, 0xb0,
0x80, 0x03, 0xe0, 0x00, 0x07, 0xc0, 0x00, 0x0e, 0x80, 0x00, 0x1d, 0xc0,
0x01, 0x2d, 0xc0, 0x03, 0x71, 0xc0, 0x07, 0xf1, 0xc0, 0x0e, 0xc2, 0xc1,
0x1c, 0xc2, 0xc2, 0x38, 0x02, 0xc7, 0x60, 0x02, 0xce, 0xc0, 0x02, 0x98,
0xc0, 0x03, 0xd8, 0x80, 0x07, 0xf8, 0x00, 0x0e, 0xe0, 0x00, 0x1a, 0xc0};