10 lines
527 B
Plaintext
10 lines
527 B
Plaintext
#define ruins_width 24
|
|
#define ruins_height 24
|
|
static char ruins_bits[] = {
|
|
0x80, 0x00, 0x02, 0x08, 0x90, 0x60, 0x82, 0x05, 0x5c, 0x66, 0xc1, 0x6c,
|
|
0xba, 0xb9, 0x75, 0xf6, 0xf7, 0x56, 0xaa, 0xae, 0x6d, 0x76, 0xfb, 0x56,
|
|
0xea, 0x5d, 0x75, 0x6a, 0x6b, 0x5e, 0xf6, 0x55, 0x6c, 0xea, 0x6d, 0x56,
|
|
0x2e, 0xd7, 0x6c, 0x72, 0x5d, 0x56, 0x2e, 0xe7, 0x6d, 0xb8, 0xbd, 0x52,
|
|
0x21, 0x57, 0x6d, 0x0c, 0xad, 0x1e, 0xc6, 0xf5, 0x41, 0x50, 0x1e, 0x00,
|
|
0x64, 0x41, 0x3f, 0x20, 0x08, 0x7e, 0x31, 0x82, 0x00, 0x80, 0x20, 0x44};
|