class TopRight : AbstractRole { override fun begin() { val tr = Play.instance.topRight tr.x = actor.x - actor.stage.firstView().worldWidth/2 tr.y = actor.y - actor.stage.firstView().worldHeight/2 actor.hide() } override fun tick() { actor.die() } }