arch/monster/insect/ant/war_ant.131

10 lines
527 B
Plaintext

#define war_ant_width 24
#define war_ant_height 24
static char war_ant_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0x9c, 0x00, 0x00, 0xe0, 0x00, 0x00,
0xd0, 0x01, 0x0f, 0x70, 0x9d, 0x1f, 0xf8, 0xff, 0x3f, 0x68, 0xff, 0x1f,
0x30, 0x5d, 0x0f, 0x80, 0x54, 0x00, 0x80, 0x92, 0x00, 0x40, 0x12, 0x01,
0x20, 0x12, 0x02, 0x20, 0x22, 0x02, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};