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, 0x64, 0x00, 0x00, 0xfa, 0x00, 0x00, 0xb4, 0x18,
|
|
0x00, 0xed, 0x28, 0x00, 0x60, 0x16, 0x00, 0xf0, 0x0b, 0x00, 0xa8, 0x06,
|
|
0x00, 0xec, 0x01, 0x00, 0xb4, 0x00, 0x00, 0xf4, 0x00, 0x00, 0x4a, 0x00,
|
|
0xc0, 0x5f, 0x00, 0xb0, 0x2d, 0x00, 0xd8, 0x3a, 0x00, 0x2c, 0x15, 0x00,
|
|
0xd5, 0x1a, 0x00, 0x2a, 0x15, 0x00, 0x95, 0x1a, 0x00, 0x2a, 0x0d, 0x00,
|
|
0x74, 0x07, 0x00, 0xba, 0x01, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00};
|