arch/monster/misc/Unicorn/unicorn.272

10 lines
533 B
Plaintext

#define unicorn_width 24
#define unicorn_height 24
static char unicorn_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x01, 0x00,
0x00, 0x0d, 0x00, 0x00, 0x54, 0x00, 0x00, 0x0e, 0x00, 0xc0, 0x47, 0x00,
0x70, 0x3d, 0x00, 0xd9, 0x17, 0x00, 0xbf, 0x06, 0x00, 0xff, 0x05, 0x00,
0x1f, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x7d, 0x00, 0x00,
0x7b, 0x00, 0x00, 0x7f, 0x00, 0x00, 0xff, 0x00, 0x00, 0xdf, 0x01, 0x00,
0x8c, 0x01, 0x00, 0xce, 0x01, 0x00, 0xe7, 0x00, 0x00, 0x73, 0x00, 0x00};