10 lines
467 B
Groff
10 lines
467 B
Groff
#define hidden_door_4_width 24
|
|
#define hidden_door_4_height 24
|
|
static char hidden_door_4_bits[] = {
|
|
0x00,0x00,0x00,0xff,0xff,0xff,0xef,0xbf,0xff,0x12,0x40,0x48,
|
|
0x00,0x00,0x00,0x04,0x00,0x00,0x04,0x03,0x00,0x02,0x01,0x13,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x04,0x03,0x20,0x00,0x20,
|
|
0x00,0x00,0x00,0x10,0x08,0x04,0x08,0x00,0x06,0x00,0x00,0x00,
|
|
0x0c,0x03,0x21,0xfb,0xfc,0xde,0x04,0x02,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x40,0x10,0x04,0x32,0x08,0x42,0xcf,0xff,0xfd};
|