arch/monster/giant/cyclops/cyclops.371

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x80, 0x00, 0x01, 0x80, 0x80, 0x21, 0x80, 0x40, 0x83, 0xc0, 0x40, 0x7e,
0x40, 0x60, 0x00, 0x40, 0x40, 0x00, 0x80, 0x80, 0x00, 0x80, 0x01, 0x01,
0x00, 0x03, 0x01, 0x00, 0x02, 0x9f, 0x00, 0x02, 0xf0, 0x00, 0x0c, 0xf0,
0x00, 0x38, 0xe0, 0x00, 0x70, 0x60, 0x00, 0xf0, 0x20, 0x00, 0xf8, 0x30,
0x00, 0xe8, 0x5d, 0x00, 0xcc, 0xfe, 0x00, 0xc4, 0xbc, 0x00, 0x04, 0xf0,
0x00, 0x04, 0xec, 0x00, 0x04, 0xf8, 0x00, 0x04, 0xe0, 0x00, 0x08, 0xc0};