arch/monster/insect/ant/work_ant.172

10 lines
530 B
Plaintext

#define work_ant_width 24
#define work_ant_height 24
static char work_ant_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18,
0x00, 0x00, 0x04, 0xe0, 0x01, 0x03, 0xf0, 0x9b, 0x0f, 0xf0, 0xff, 0x03,
0xc0, 0xfe, 0x06, 0x00, 0x2a, 0x01, 0x00, 0x49, 0x02, 0x80, 0x48, 0x04,
0x40, 0x48, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};