user-selectable compression methods: zstd and snappy

This commit is contained in:
minjaesong
2023-12-21 03:46:55 +09:00
parent 44ff974b86
commit 6f4e60284b
4 changed files with 77 additions and 19 deletions

View File

@@ -21,6 +21,7 @@ object DefaultConfig {
"screenheight" to TerrarumScreenSize.defaultH,
"fullscreen" to false,
"atlastexsize" to 2048,
"savegamecomp" to "zstd",
"audio_buffer_size" to 512,
"audio_dynamic_source_max" to 128,