arch/monster/animal/panther.111

10 lines
452 B
Plaintext

#define panther1_width 24
#define panther1_height 24
static char panther1_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x78,0x00,0x00,0xfe,0x03,0x1e,0xfe,0xff,0x3f,
0xdc,0xff,0x7f,0xc0,0xff,0xdf,0xc0,0xff,0x9f,0xe0,0x07,0x9f,
0xe0,0x03,0x8e,0x30,0x03,0x8c,0x38,0x03,0x18,0x9c,0x03,0x1c};