10 lines
536 B
Plaintext
10 lines
536 B
Plaintext
#define ant_larvae_width 24
|
|
#define ant_larvae_height 24
|
|
static char ant_larvae_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x7e, 0x00, 0x80, 0xc3, 0x01, 0xfc, 0x00, 0x0e, 0x18, 0x00, 0x18,
|
|
0x18, 0x38, 0x18, 0x7c, 0xfe, 0x0c, 0xc0, 0xc7, 0x03, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|