10 lines
539 B
Plaintext
10 lines
539 B
Plaintext
#define dragon_wing_width 24
|
|
#define dragon_wing_height 24
|
|
static char dragon_wing_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee, 0x01, 0x80, 0x79, 0x0f,
|
|
0x40, 0xd6, 0x35, 0xa0, 0xab, 0x7f, 0xd0, 0x5f, 0xc3, 0x50, 0xdd, 0x03,
|
|
0xd8, 0x7a, 0x00, 0xe8, 0x77, 0x00, 0xa8, 0x7e, 0x00, 0xf4, 0x4e, 0x00,
|
|
0x54, 0x0d, 0x00, 0xf4, 0x0b, 0x00, 0x54, 0x0c, 0x00, 0x74, 0x08, 0x00,
|
|
0x54, 0x00, 0x00, 0x14, 0x00, 0x00, 0x14, 0x00, 0x00, 0x34, 0x00, 0x00,
|
|
0x1c, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|