initial savefile generation of the newgame

This commit is contained in:
minjaesong
2021-09-29 12:38:08 +09:00
parent f4a4030260
commit 2891d0466e
21 changed files with 1456 additions and 83 deletions

View File

@@ -45,6 +45,8 @@ open class IngameInstance(val batch: SpriteBatch) : Screen {
lateinit var savegameArchive: VirtualDisk
internal set
var savegameNickname: String = "SplinesReticulated"
internal set
var screenZoom = 1.0f
val ZOOM_MAXIMUM = 4.0f