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,0x15,0x00,0xc0,0x1f,0x00,0xc0,0x10,0x00,0x20,
|
|
0x10,0x00,0x60,0x15,0x00,0xa0,0x1f,0x00,0xd0,0x10,0x00,0x50,
|
|
0x0a,0x00,0x50,0x0a,0x00,0x28,0x08,0x00,0x28,0x04,0x00,0x28,
|
|
0x54,0x55,0x15,0x04,0x00,0x14,0x02,0x00,0x14,0x02,0x00,0x08,
|
|
0xab,0xaa,0xfa,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|