arch/monster/animal/dog.112

10 lines
521 B
Plaintext

#define dog_width 24
#define dog_height 24
static char dog_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, 0x50, 0x00, 0x00,
0x75, 0x00, 0x00, 0xff, 0x0f, 0x00, 0xfc, 0xff, 0x00, 0xff, 0xff, 0x7f,
0xc0, 0xff, 0xdf, 0xc0, 0xff, 0x8f, 0xc0, 0xc7, 0x8f, 0xe0, 0x83, 0x8f,
0x60, 0x83, 0x0f, 0x60, 0x86, 0x0d, 0x60, 0xc6, 0x19, 0x30, 0xe6, 0x1c};