arch/transport/wagon.111

10 lines
536 B
Plaintext

#define wagon_width 24
#define wagon_height 24
static unsigned char wagon_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0xde, 0x01, 0x1c, 0x21, 0x02, 0xa2, 0x40, 0x04,
0xff, 0xff, 0x07, 0x41, 0x80, 0x08, 0x41, 0x80, 0x08, 0xfe, 0xff, 0xff,
0x42, 0x80, 0x80, 0x44, 0x80, 0x40, 0xbc, 0xff, 0x3f, 0x7c, 0x80, 0x3e,
0x82, 0x80, 0x43, 0x45, 0xff, 0xc4, 0x29, 0x81, 0xb4, 0x11, 0x81, 0x88,
0x29, 0x81, 0x96, 0x45, 0x81, 0x91, 0x82, 0x00, 0x61, 0x7c, 0x00, 0x3e};