10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
#define magic_portal_width 24
|
|
#define magic_portal_height 24
|
|
static char magic_portal_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xac, 0x00,
|
|
0x00, 0x7a, 0x01, 0x00, 0xec, 0x00, 0x00, 0xd7, 0x00, 0x00, 0xba, 0x00,
|
|
0x00, 0xd7, 0x01, 0x00, 0x6e, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x28, 0x00,
|
|
0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|