fix wires, fix exposition for wheater change, add base wind, add fireflies when is night

This commit is contained in:
2026-06-30 10:08:18 +02:00
parent 086167a5a6
commit 475749c4df
5 changed files with 57 additions and 33 deletions

View File

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