extends Marker2D const cloud = preload("res://scenes/cloud/cloud.tscn") func _on_spawn_timeout() -> void: var instance = cloud.instantiate() instance.global_position = Vector2(0,randi_range(0,600)) $"../clouds".add_child(instance)