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, 0x4c, 0x00, 0x00, 0xbe, 0x00, 0x00, 0x5a, 0x00,
|
|
0x38, 0x6e, 0x01, 0xc8, 0x0c, 0x00, 0xb0, 0x1f, 0x00, 0xc0, 0x2a, 0x00,
|
|
0x00, 0x6f, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x5e, 0x00, 0x00, 0xa4, 0x00,
|
|
0x00, 0xf4, 0x07, 0x00, 0x68, 0x1b, 0x00, 0xb8, 0x36, 0x00, 0x50, 0x69,
|
|
0x00, 0xb0, 0x56, 0x00, 0x50, 0xa9, 0x00, 0xb0, 0x52, 0x00, 0x60, 0xa9,
|
|
0x00, 0xc0, 0x5d, 0x00, 0x00, 0xbb, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00};
|