mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
player load ui
This commit is contained in:
@@ -333,13 +333,13 @@ open class TerrarumIngame(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
|
||||
worldDisk = VDUtil.createNewDisk(
|
||||
1L shl 60,
|
||||
worldSavefileName,
|
||||
savegameNickname,
|
||||
Common.CHARSET
|
||||
)
|
||||
|
||||
playerDisk = VDUtil.createNewDisk(
|
||||
1L shl 60,
|
||||
playerSavefileName,
|
||||
actorGamer.actorValue.getAsString(AVKey.NAME) ?: "",
|
||||
Common.CHARSET
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user