Added clouds
This commit is contained in:
6
client/world/clouds/Cloud.gd
Normal file
6
client/world/clouds/Cloud.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends FogVolume
|
||||
|
||||
var speed: float = 0.1
|
||||
|
||||
func _process(delta):
|
||||
position.z += speed * delta
|
Reference in New Issue
Block a user