still working on the new savegame scheme

main game works fine, saving/loading will not be possible
This commit is contained in:
minjaesong
2021-10-07 17:43:23 +09:00
parent 6d8a7520ac
commit 3f9b41fd29
23 changed files with 200 additions and 86 deletions

View File

@@ -92,7 +92,7 @@ open class IngameInstance(val batch: SpriteBatch) : Screen {
oldWorld.dispose()
}
/** how many different planets/stages/etc. are thenre. Whole stages must be manually managed by YOU. */
var gameworldIndices = ArrayList<Int>()
//var gameworldIndices = ArrayList<Int>()
/** The actor the game is currently allowing you to control.
*