making copy of the savegame immediately after the initial save

This commit is contained in:
minjaesong
2021-09-29 12:53:46 +09:00
parent 2891d0466e
commit f6eb567385
3 changed files with 26 additions and 7 deletions

View File

@@ -313,9 +313,8 @@ open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
)
// make initial savefile
// pause()
WriteSavegame.immediate(savegameArchive, File(App.defaultSaveDir, savegameNickname), this) {
// resume()
makeSavegameBackupCopy()
}
}