10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define halfling_width 24
|
|
#define halfling_height 24
|
|
static char halfling_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x38, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x7c, 0x00, 0x0c, 0x7c, 0x00,
|
|
0x08, 0x28, 0x00, 0x18, 0xfe, 0x00, 0x30, 0xdb, 0x01, 0xa0, 0xae, 0x03,
|
|
0xe0, 0xf5, 0x02, 0xf0, 0xac, 0x07, 0x40, 0xfe, 0x06, 0x00, 0xfa, 0x06,
|
|
0x00, 0xae, 0x00, 0x00, 0xfa, 0x00, 0x00, 0xae, 0x00, 0x00, 0xfc, 0x00,
|
|
0x00, 0xcc, 0x00, 0x00, 0xce, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|