10 lines
467 B
Groff
10 lines
467 B
Groff
#define hidden_door_6_width 24
|
|
#define hidden_door_6_height 24
|
|
static char hidden_door_6_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x55,0x55,0x55,0xfb,0xff,0xef,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x55,0x55,0x55,0xff,0xff,0xff,0x00,0x00,0x00,
|
|
0x22,0x22,0x22,0x22,0x22,0x22,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|