arch/monster/misc/Unicorn/unicorn.233

10 lines
533 B
Plaintext

#define unicorn_width 24
#define unicorn_height 24
static char unicorn_bits[] = {
0x80, 0x09, 0x06, 0x78, 0x36, 0x03, 0x88, 0x2d, 0x03, 0xee, 0xd6, 0x01,
0x6a, 0xfb, 0x01, 0xd6, 0x7d, 0x01, 0x78, 0xff, 0x0f, 0xb6, 0xff, 0x0f,
0xfc, 0xff, 0x03, 0xff, 0x0f, 0x07, 0xff, 0x07, 0x00, 0xff, 0x07, 0x00,
0xff, 0x07, 0x00, 0xff, 0x1f, 0x00, 0xdf, 0x7f, 0x00, 0xbf, 0xfb, 0x00,
0xbf, 0xc7, 0x00, 0x00, 0x8f, 0x01, 0x00, 0x9c, 0x01, 0x00, 0x9c, 0x03,
0x00, 0x18, 0x03, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00};