2024-02-27 23:21:44 +01:00

7 lines
101 B
GDScript

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