arch/monster/giant/cyclops/cyclops.372

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x80, 0x01, 0x00, 0x80, 0x00, 0x01, 0x80, 0x00, 0x23, 0x80, 0x80, 0x1f,
0x80, 0xc0, 0x09, 0x80, 0xc0, 0x00, 0x80, 0x40, 0x00, 0x80, 0x40, 0x00,
0x80, 0x40, 0x00, 0x80, 0xc0, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xc3, 0x00,
0x00, 0x82, 0x00, 0x00, 0x82, 0x01, 0x00, 0x82, 0x03, 0x00, 0x0c, 0x7e,
0x00, 0x08, 0x5e, 0x00, 0x18, 0xe8, 0x00, 0x1e, 0xfc, 0x00, 0x1f, 0xfc,
0x00, 0x3f, 0xfc, 0x00, 0x7f, 0x86, 0x00, 0xce, 0xc1, 0x00, 0x08, 0xc0};