Cleanup
This commit is contained in:
@ -2,5 +2,5 @@ extends FogVolume
|
||||
|
||||
var speed: float = 0.1
|
||||
|
||||
func _process(delta):
|
||||
func _process(delta: float):
|
||||
position.z += speed * delta
|
||||
|
Reference in New Issue
Block a user