Make multi-hints readable by CC2
This commit is contained in:
parent
044c08c3fc
commit
f5b1b4a83d
@ -1499,7 +1499,8 @@ export function synthesize_level(stored_level) {
|
|||||||
hints = hints.map(hint => hint ?? '');
|
hints = hints.map(hint => hint ?? '');
|
||||||
hints.push('');
|
hints.push('');
|
||||||
hints.unshift('');
|
hints.unshift('');
|
||||||
c2m.add_section('NOTE', hints.join('\n[CLUE]\n'));
|
// Must use Windows linebreaks here 🙄
|
||||||
|
c2m.add_section('NOTE', hints.join('\r\n[CLUE]\r\n'));
|
||||||
|
|
||||||
let compressed_map = compress(map_bytes);
|
let compressed_map = compress(map_bytes);
|
||||||
if (compressed_map) {
|
if (compressed_map) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user