arch/monster/giant/cyclops/cyclops.331

10 lines
528 B
Plaintext

#define cyclops_width 24
#define cyclops_height 24
static char cyclops_bits[] = {
0x00, 0xa8, 0x00, 0x80, 0xd8, 0x05, 0x80, 0xd9, 0x14, 0x80, 0xff, 0x0d,
0x00, 0xfe, 0x3b, 0x00, 0xfd, 0x0f, 0x00, 0xc0, 0x1f, 0x00, 0x40, 0x3f,
0x00, 0x40, 0xfc, 0x00, 0x20, 0xfc, 0x00, 0x20, 0xe2, 0x00, 0x10, 0x82,
0x00, 0x10, 0x02, 0x00, 0x88, 0x85, 0x00, 0x88, 0x05, 0x00, 0x08, 0x0d,
0x00, 0x08, 0x1d, 0x00, 0xc8, 0x7f, 0x00, 0xf0, 0xda, 0x00, 0x00, 0xf9,
0x00, 0x00, 0x71, 0x00, 0x00, 0xb1, 0x00, 0x80, 0xf0, 0x00, 0x80, 0xf0};