pretty happy with fog and cloud tweaks, still need to make bigger clouds
This commit is contained in:
@@ -7,7 +7,6 @@ func _ready() -> void:
|
||||
spawn_clouds()
|
||||
|
||||
func spawn_clouds():
|
||||
print("SPAWNING CLOUDS")
|
||||
while number_of_clouds >= 0:
|
||||
number_of_clouds -= 1
|
||||
|
||||
@@ -19,4 +18,3 @@ func spawn_clouds():
|
||||
var cloud = cloud.instantiate()
|
||||
add_child(cloud)
|
||||
cloud.global_position = self.global_position + spawn_pos
|
||||
print("CLOUD POS : ",spawn_pos)
|
||||
|
||||
Reference in New Issue
Block a user