10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define sarcophagus_width 24
|
|
#define sarcophagus_height 24
|
|
static char sarcophagus_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xf8,0x07,0x00,0xec,0x06,0x00,0x0c,0x06,
|
|
0x00,0x06,0x06,0x00,0x76,0x07,0x00,0x03,0x07,0x00,0x03,0x03,
|
|
0x00,0x39,0x07,0x80,0x81,0x05,0x80,0x81,0x05,0xc0,0x9c,0x05,
|
|
0xc0,0x80,0x03,0x60,0xa1,0x03,0xe0,0xff,0x02,0x30,0xc0,0x02,
|
|
0xf0,0xff,0x02,0x30,0xc0,0x00,0xb0,0xd0,0x01,0xb0,0xd9,0x01,
|
|
0xb0,0xd9,0x01,0xb0,0xd0,0x00,0x30,0xc0,0x00,0xf0,0xff,0x00};
|