10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define breeder_ant_width 24
|
|
#define breeder_ant_height 24
|
|
static char breeder_ant_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00,
|
|
0x80, 0x10, 0x00, 0x00, 0x13, 0xc0, 0x00, 0x14, 0x20, 0x00, 0x1c, 0x30,
|
|
0x00, 0x3a, 0x08, 0x00, 0x2e, 0x08, 0x80, 0xbf, 0x87, 0x80, 0xfc, 0x07,
|
|
0x00, 0xe4, 0x0f, 0x00, 0xa6, 0xbb, 0x00, 0x50, 0xea, 0x00, 0x38, 0xc9,
|
|
0x00, 0x28, 0x91, 0x00, 0x24, 0x11, 0x00, 0x24, 0x21, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|