arch/monster/animal/shadowtiger/shadowtiger.272

10 lines
554 B
Plaintext

#define shadowtiger_width 24
#define shadowtiger_height 24
static unsigned char shadowtiger_bits[] = {
0x00, 0x08, 0x20, 0x20, 0x00, 0x00, 0x00, 0x08, 0x20, 0x20, 0x10, 0x40,
0x40, 0x00, 0x00, 0x00, 0x18, 0x40, 0x40, 0x00, 0x00, 0x20, 0x08, 0x10,
0x10, 0xf8, 0x1f, 0x00, 0xfc, 0x3f, 0x20, 0xee, 0x3f, 0x94, 0xff, 0x7f,
0xe1, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xce, 0xff, 0xff, 0x44, 0xff, 0xff, 0x00,
0xff, 0xff, 0x01, 0xff, 0xff, 0x2b, 0xff, 0xff, 0x3f, 0xff, 0xff, 0x3f};