no more reading entire savefiles onto the memory upon the booting

This commit is contained in:
minjaesong
2021-10-01 10:07:23 +09:00
parent aaa8a80324
commit b720c12c4e
9 changed files with 92 additions and 38 deletions

View File

@@ -128,7 +128,7 @@ open class GameWorld() : Disposable {
// preliminary spawn points
this.spawnX = width / 2
this.spawnY = 200
this.spawnY = 150
layerTerrain = BlockLayer(width, height)
layerWall = BlockLayer(width, height)