10 lines
540 B
Plaintext
10 lines
540 B
Plaintext
#define serp_priest_width 24
|
|
#define serp_priest_height 24
|
|
static char serp_priest_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00,
|
|
0x00, 0x6c, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x1c, 0x00,
|
|
0x00, 0x23, 0x00, 0x80, 0x61, 0x00, 0x80, 0x41, 0x00, 0x80, 0xc1, 0x00,
|
|
0x80, 0xa1, 0x0f, 0x40, 0x23, 0x07, 0x40, 0x26, 0x0c, 0x4c, 0x26, 0x00,
|
|
0x46, 0x20, 0x00, 0x2e, 0x20, 0x00, 0x3c, 0x20, 0x00, 0x18, 0x20, 0x00,
|
|
0x10, 0x60, 0x00, 0x30, 0xfc, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00};
|