arch/monster/insect/ant/work_ant.132

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, 0x30, 0x00, 0x00,
0x40, 0x00, 0x00, 0x80, 0x01, 0x0f, 0xe0, 0xb3, 0x1f, 0x80, 0xff, 0x1f,
0xc0, 0xfe, 0x06, 0x00, 0xa9, 0x00, 0x80, 0x24, 0x01, 0x40, 0x24, 0x02,
0x40, 0x24, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};