arch/monster/animal/dog.111

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, 0x20, 0x00, 0x80,
0x28, 0x00, 0x80, 0x7c, 0x1f, 0x40, 0xff, 0xff, 0x63, 0xff, 0xff, 0x3f,
0xc4, 0xff, 0x1f, 0xc2, 0xff, 0x0f, 0xc0, 0xc7, 0x0f, 0xe0, 0x86, 0x0f,
0x60, 0x86, 0x0f, 0x30, 0x86, 0x0d, 0x18, 0xc6, 0x19, 0x1c, 0xe7, 0x1c};