mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 22:44:04 +09:00
WriteWorldInfo: actually working thumbnail export
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user