arch/monster/misc/Baslic/baslic.471

10 lines
530 B
Plaintext

#define baslic_width 24
#define baslic_height 24
static char baslic_bits[] = {
0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0xc0,
0x00, 0x00, 0xc0, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xf0,
0x00, 0x00, 0xf0, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x3c,
0x00, 0x00, 0x1c, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x0e,
0x00, 0x00, 0x0c, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x38,
0x00, 0x00, 0x18, 0x00, 0x00, 0x2e, 0x00, 0x80, 0x69, 0x00, 0x80, 0x4c};