WriteWorldInfo: actually working thumbnail export

This commit is contained in:
minjaesong
2019-02-25 02:07:39 +09:00
parent a193bb7de0
commit a76603905b
7 changed files with 78 additions and 13 deletions

View File

@@ -39,7 +39,8 @@ open class IngameInstance(val batch: SpriteBatch) : Screen {
/**
* The actual gamer
*/
open var actorGamer: ActorHumanoid? = null
val actorGamer: ActorHumanoid
get() = getActorByID(Terrarum.PLAYER_REF_ID) as ActorHumanoid
open var gameInitialised = false
internal set