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, 0x00, 0x00, 0xc0, 0x83, 0x03, 0x3c, 0xee, 0x0c, 0x18, 0x38, 0x18,
|
|
0x18, 0x00, 0x18, 0xfc, 0x00, 0x0f, 0xc0, 0xc3, 0x03, 0x00, 0xff, 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};
|