10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define cave11_width 24
|
|
#define cave11_height 24
|
|
static char cave11_bits[] = {
|
|
0x00,0x00,0xc0,0x00,0x00,0x7f,0x00,0xe0,0x01,0x00,0x18,0x32,
|
|
0x00,0x0e,0x24,0x80,0xc1,0x09,0x60,0x08,0x19,0x50,0x0e,0x10,
|
|
0x48,0x90,0x31,0xc8,0x10,0x51,0x94,0x01,0x51,0x34,0x1f,0x54,
|
|
0x04,0x78,0xf0,0x36,0x48,0xf8,0xe2,0x89,0xfd,0x82,0x18,0xff,
|
|
0x02,0x12,0xff,0x0f,0xb6,0xff,0xf1,0xe1,0xff,0x01,0xc7,0xff,
|
|
0x01,0xd9,0xff,0x81,0xe1,0xff,0xf1,0xe0,0xff,0x1f,0xe0,0xff};
|