class BottomLeft : AbstractRole { override fun begin() { val bl = Play.instance.bottomLeft bl.x = actor.x + actor.stage.firstView().worldWidth/2 bl.y = actor.y + actor.stage.firstView().worldHeight/2 actor.hide() } override fun tick() { actor.die() } }