10 lines
522 B
Plaintext
10 lines
522 B
Plaintext
#define lamia_width 24
|
|
#define lamia_height 24
|
|
static char lamia_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xac, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x5a, 0x00,
|
|
0x00, 0x2e, 0x00, 0x38, 0x0c, 0x00, 0x28, 0x1f, 0x00, 0xd0, 0x2a, 0x00,
|
|
0xa0, 0x2f, 0x00, 0x40, 0x2e, 0x00, 0x00, 0x76, 0x00, 0x80, 0xa9, 0xe0,
|
|
0x80, 0xfe, 0xbb, 0x00, 0x69, 0x5f, 0x00, 0xb8, 0xaa, 0x00, 0x50, 0x51,
|
|
0x00, 0xb0, 0xaa, 0x00, 0x50, 0x55, 0x00, 0xb0, 0x6a, 0x00, 0x20, 0x35,
|
|
0x00, 0xe0, 0x18, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|