arch/monster/animal/shadowtiger/shadowtiger.271

10 lines
554 B
Plaintext

#define shadowtiger_width 24
#define shadowtiger_height 24
static unsigned char shadowtiger_bits[] = {
0x00, 0x10, 0x40, 0x00, 0x00, 0x00, 0x00, 0x10, 0x40, 0x40, 0x08, 0x20,
0x20, 0x00, 0x00, 0x00, 0x08, 0x20, 0x20, 0x50, 0x00, 0x40, 0x28, 0x10,
0x00, 0xf8, 0x1f, 0x50, 0xfc, 0x3f, 0x20, 0xf6, 0x3f, 0x94, 0xff, 0x7f,
0xe1, 0xff, 0xff, 0xff, 0xff, 0xdc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xc6, 0xff, 0xff, 0x45, 0xff, 0xff, 0x2b,
0xff, 0xff, 0x3f, 0xff, 0xff, 0x3f, 0xff, 0xff, 0x07, 0xff, 0xff, 0x03};