more playing with terrain editor

This commit is contained in:
derek
2025-04-01 16:59:48 -05:00
parent ca5cfba827
commit b0104beb80
43 changed files with 657 additions and 124 deletions

View File

@@ -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)