more playing with terrain editor
This commit is contained in:
@@ -16,5 +16,5 @@ func spawn_clouds():
|
||||
var spawn_pos = Vector3(x,y,z)
|
||||
|
||||
var cloud = cloud.instantiate()
|
||||
add_child(cloud)
|
||||
cloud.global_position = self.global_position + spawn_pos
|
||||
add_child(cloud)
|
||||
|
||||
Reference in New Issue
Block a user