arch/monster/insect/ant/war_ant.132

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,
0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x30, 0x01, 0x00, 0xc8, 0x01, 0x00,
0xa0, 0x03, 0x1e, 0xe0, 0x3a, 0x3f, 0xf8, 0xff, 0x7f, 0xc8, 0xfe, 0x3f,
0x40, 0xba, 0x1e, 0x30, 0xa9, 0x00, 0x00, 0x25, 0x01, 0x00, 0x45, 0x02,
0x80, 0x42, 0x04, 0x80, 0x82, 0x08, 0x00, 0x82, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};