extends FogVolume var speed: float = 0.1 func _process(delta: float): position.z += speed * delta