arch/wall/cave/cave_1.111

10 lines
446 B
Plaintext

#define cave_1_width 24
#define cave_1_height 24
static char cave_1_bits[] = {
0x01,0xfa,0xff,0x12,0xfe,0xff,0x14,0xc8,0xff,0x18,0xf8,0xff,
0x20,0xe8,0xff,0x20,0x20,0xff,0x40,0xc2,0xff,0x80,0x22,0xff,
0x00,0x03,0xfd,0x00,0x04,0xfe,0x00,0x24,0xc8,0x00,0x08,0xf8,
0x00,0x30,0xe8,0x00,0x40,0x40,0x00,0x40,0x81,0x00,0x80,0x41,
0x00,0x00,0x03,0x00,0x00,0x02,0x00,0x00,0x14,0x00,0x00,0x18,
0x00,0x00,0x20,0x00,0x00,0x20,0x00,0x00,0x40,0x00,0x00,0x80};