much progress on hub design, still working on better building workflow

This commit is contained in:
derek
2025-04-03 14:38:00 -05:00
parent e4d60bed62
commit a66cf23485
21 changed files with 188 additions and 4 deletions

View File

@@ -16,5 +16,5 @@ func spawn_clouds():
var spawn_pos = Vector3(x,y,z)
var cloud = cloud.instantiate()
cloud.global_position = self.global_position + spawn_pos
add_child(cloud)
cloud.global_position = self.global_position + spawn_pos