arch/monster/animal/shadowtiger/shadowtiger.111

10 lines
554 B
Plaintext

#define shadowtiger_width 24
#define shadowtiger_height 24
static unsigned char shadowtiger_bits[] = {
0x02, 0x08, 0x00, 0x00, 0x00, 0x00, 0x02, 0x08, 0x00, 0x04, 0x10, 0x02,
0x00, 0x00, 0x04, 0x04, 0x10, 0x00, 0x00, 0x0a, 0x04, 0x08, 0x14, 0x02,
0xf8, 0x1f, 0x00, 0xfc, 0x3f, 0x0a, 0xfc, 0x6f, 0x04, 0xfe, 0xff, 0x29,
0xff, 0xff, 0x87, 0x3b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0x63, 0xff, 0xff, 0xa2, 0xff, 0xff, 0xd4, 0xff, 0xff,
0xfc, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xc0, 0xff, 0xff};