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

@@ -126,6 +126,7 @@ open class GameWorld() : Disposable {
this.width = width
this.height = height
// preliminary spawn points
this.spawnX = width / 2
this.spawnY = 200