arch/wall/cave/cave_4.111

10 lines
446 B
Plaintext

#define cave_4_width 24
#define cave_4_height 24
static char cave_4_bits[] = {
0x01,0x00,0x00,0x03,0x00,0x00,0x07,0x00,0x00,0x0f,0x00,0x00,
0x0f,0x00,0x00,0x3f,0x00,0x00,0x7f,0x00,0x00,0x7f,0x00,0x00,
0xff,0x01,0x00,0xff,0x03,0x00,0xff,0x0f,0x00,0xff,0x0f,0x00,
0xff,0x1f,0x00,0xff,0x3f,0x00,0xff,0x7f,0x00,0xff,0x7f,0x00,
0xff,0xff,0x01,0xff,0xff,0x03,0xff,0xff,0x07,0xff,0xff,0x1f,
0xff,0xff,0x1f,0xff,0xff,0x3f,0xff,0xff,0x7f,0xff,0xff,0xff};