arch/monster/animal/shadowtiger/shadowtiger.313

10 lines
554 B
Plaintext

#define shadowtiger_width 24
#define shadowtiger_height 24
static unsigned char shadowtiger_bits[] = {
0x90, 0xff, 0xff, 0xa0, 0xff, 0xff, 0x80, 0xff, 0xff, 0x90, 0xff, 0x7e,
0x08, 0xff, 0xff, 0x00, 0xff, 0xff, 0x04, 0xff, 0xff, 0x00, 0xfe, 0xff,
0xa8, 0xfe, 0xfe, 0x10, 0xfe, 0xff, 0x00, 0xfc, 0xff, 0x40, 0xfd, 0xff,
0x80, 0xfc, 0x7f, 0x00, 0xfa, 0x3f, 0x00, 0x78, 0x1f, 0x00, 0xf8, 0x1f,
0x00, 0xf0, 0x0f, 0x00, 0xb0, 0x07, 0x00, 0xf0, 0x07, 0x00, 0xd8, 0x07,
0x00, 0xfc, 0x07, 0x00, 0xfe, 0x03, 0x00, 0xfe, 0x03, 0x00, 0xf8, 0x03};