fix wires, fix exposition for wheater change, add base wind, add fireflies when is night
This commit is contained in:
@@ -80,6 +80,9 @@ func _ready() -> void:
|
||||
weather_controller.name = "WeatherController"
|
||||
add_child(weather_controller)
|
||||
|
||||
if day_night_controller != null:
|
||||
select_day_time(day_night_controller.current_time)
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
_process_pending_environment_nodes()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user