arch/monster/giant/cyclops/cyclops.571

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x00, 0x08, 0x40, 0x00, 0x08, 0xc0, 0x00, 0x08, 0xe0, 0x00, 0x08, 0x60,
0x00, 0x10, 0x20, 0x00, 0x30, 0x20, 0x00, 0xf0, 0x31, 0x00, 0x78, 0x1e,
0x00, 0xc8, 0x0f, 0x00, 0xb8, 0x0f, 0x00, 0x48, 0x0a, 0x00, 0x98, 0x08,
0x00, 0x70, 0x0f, 0x00, 0x50, 0x06, 0x00, 0x88, 0x07, 0x00, 0xb8, 0x0c,
0x00, 0xc8, 0x0f, 0x00, 0xd8, 0x11, 0x00, 0x30, 0x1e, 0x00, 0xb0, 0x25,
0x00, 0xa0, 0x31, 0x00, 0xc0, 0x3c, 0x00, 0x80, 0x1f, 0x00, 0x00, 0x00};