arch/monster/giant/cyclops/cyclops.271

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x0f, 0x00, 0x00,
0x14, 0x00, 0x00, 0x20, 0x00, 0x00, 0x40, 0x00, 0x00, 0x5e, 0x00, 0x00,
0x54, 0x00, 0x00, 0x58, 0x00, 0x00, 0xd0, 0x00, 0x00, 0x98, 0x00, 0x00,
0x80, 0x00, 0x00, 0x98, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x21, 0x00, 0x00,
0x1e, 0x00, 0x00, 0x20, 0x00, 0x00, 0x60, 0x00, 0x00, 0x80, 0x01, 0x00,
0x00, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x02, 0x00, 0x00, 0x6a, 0x00};