arch/wall/cave/cave1.111

10 lines
443 B
Plaintext

#define cave1_width 24
#define cave1_height 24
static char cave1_bits[] = {
0x09,0xfc,0xff,0x81,0xf3,0xff,0x7f,0xe0,0xff,0x82,0xe7,0xff,
0x02,0xf8,0xff,0x12,0xc1,0xff,0x02,0xfc,0xff,0xfe,0xe7,0xff,
0x04,0xe9,0xff,0xc4,0xe2,0xff,0x3c,0xd8,0xff,0x04,0x86,0xff,
0x94,0x91,0xff,0x64,0x84,0xff,0x1e,0xc0,0xff,0xe2,0xff,0xff,
0x02,0xc0,0xff,0x4a,0xb1,0xff,0x02,0x8c,0xff,0x92,0xa3,0xff,
0x62,0xc0,0xff,0xff,0xe3,0xff,0x01,0xfe,0xff,0x89,0xf8,0xff};