10 lines
533 B
Plaintext
10 lines
533 B
Plaintext
#define ectoplasm_width 24
|
|
#define ectoplasm_height 24
|
|
static char ectoplasm_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00,
|
|
0x30, 0x7c, 0x01, 0xe0, 0xc7, 0x03, 0x30, 0x00, 0x35, 0x18, 0x01, 0x1c,
|
|
0x0c, 0x80, 0x30, 0x44, 0x20, 0x30, 0x0c, 0x00, 0x12, 0xb8, 0xcf, 0x18,
|
|
0xe0, 0x3a, 0x06, 0x8a, 0xe9, 0x13, 0x00, 0x84, 0x19, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|