class Notice : ActionRole { @Attribute var text = "" @Attribute // LATER ( AttributeType.ABSOLUTE_POSITION ) var moveTo = Vector2( 500, 500 ) fun show() { replaceAction( MoveTo( actor.position, 1, moveTo, Eases.easeOutCubic ) ) } }