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, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x74, 0x00,
|
|
0x00, 0x64, 0x00, 0x40, 0x28, 0x00, 0xc0, 0x7c, 0x00, 0x80, 0xbf, 0x00,
|
|
0x00, 0xd7, 0x00, 0x00, 0xbf, 0x00, 0x80, 0xb6, 0x00, 0x80, 0xcd, 0x00,
|
|
0x00, 0x7e, 0x00, 0x00, 0x7a, 0x00, 0x00, 0x56, 0x00, 0x00, 0x6a, 0x00,
|
|
0x00, 0x7c, 0x00, 0x00, 0x6e, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x00};
|