10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define cave15_width 24
|
|
#define cave15_height 24
|
|
static char cave15_bits[] = {
|
|
0x00,0x00,0x80,0x00,0x00,0xc0,0x00,0x00,0x30,0x00,0x00,0x10,
|
|
0x00,0x80,0x1f,0x00,0xc0,0x51,0x00,0x20,0xd3,0x00,0x30,0x12,
|
|
0x00,0x38,0x27,0x00,0x48,0x24,0x00,0x44,0x48,0x00,0xa6,0x9f,
|
|
0x00,0x8e,0x11,0x00,0x99,0x23,0x00,0x99,0xc4,0x00,0xd5,0x18,
|
|
0xc0,0x64,0x2d,0xa0,0x46,0xc6,0x90,0x80,0x4c,0x90,0x98,0x48,
|
|
0xf8,0x33,0x41,0x06,0x42,0xd9,0x01,0xdc,0xe3,0x1f,0x11,0xf2};
|