tevd update; seemingly working savefile export

This commit is contained in:
minjaesong
2021-08-30 01:16:15 +09:00
parent c610bd1ac6
commit 7ae862dd05
6 changed files with 87 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ open class WriteMeta(val ingame: TerrarumIngame) {
val world = ingame.world
val json = """{
"genver": 4,
"genver": ${Common.GENVER},
"savename": "${world.worldName}",
"terrseed": ${world.generatorSeed},
"randseed0": ${RoguelikeRandomiser.RNG.state0},