arch/monster/giant/cyclops/cyclops.231

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x08, 0xff, 0x03, 0x3e,
0xf8, 0x0f, 0x01, 0xf0, 0xfd, 0x00, 0x60, 0x30, 0x00, 0x6c, 0x00, 0x00,
0x28, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x24, 0x00, 0x00, 0x10, 0x00, 0x00,
0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0xc2, 0x00, 0x00, 0x01, 0x03, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x30, 0x00, 0x00, 0x60, 0x00, 0x00, 0x80, 0x00,
0x00, 0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x02};