let's compress everything because we can

This commit is contained in:
minjaesong
2021-08-24 16:35:48 +09:00
parent cb73a9fea2
commit 126a4325d2
4 changed files with 111 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ File is named as `"world"+world_index+".json"`
```
{
worldname: "New World",
comp: <0 for uncompressed, 1 for GZip, 2 for LZMA>,
comp: <null, "gzip">,
width: 8192,
height: 2048,
spawnx: 4096,