arch/monster/misc/Unicorn/unicorn.133

10 lines
533 B
Plaintext

#define unicorn_width 24
#define unicorn_height 24
static char unicorn_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x7a, 0x00, 0x00, 0xb4, 0x01, 0x00, 0xf6, 0x03, 0xc0, 0xba, 0x0e,
0x00, 0xaf, 0x9a, 0x00, 0xff, 0xfd, 0x00, 0xce, 0xfc, 0x00, 0x00, 0xf8,
0x00, 0x00, 0xbc, 0x00, 0x00, 0x7c, 0x00, 0x00, 0xbe, 0x00, 0x80, 0xdf,
0x00, 0xe0, 0xff, 0x00, 0xe0, 0xfb, 0x00, 0x60, 0xfc, 0x00, 0x60, 0x0c,
0x00, 0x60, 0x0c, 0x00, 0x60, 0x1c, 0x00, 0xe0, 0x18, 0x00, 0xc0, 0x38};