extends Sprite2D @export var CameraCast : RayCast2D func _process(delta): self.position = CameraCast.get_collision_point()