arch/monster/giant/cyclops/cyclops.171

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0xfe, 0xf8, 0x80, 0xff,
0x00, 0xe1, 0x3f, 0x00, 0x7e, 0x1f, 0x00, 0x18, 0x0c, 0x00, 0x00, 0x6c,
0x00, 0x00, 0x28, 0x00, 0x00, 0x68, 0x00, 0x00, 0x48, 0x00, 0x00, 0x10,
0x00, 0x00, 0x08, 0x00, 0x00, 0x08, 0x00, 0x00, 0x86, 0x00, 0x80, 0x01,
0x00, 0x60, 0x00, 0x00, 0x18, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x02, 0x00,
0x00, 0x02, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x80, 0x00, 0x00};