add flash and thunders

This commit is contained in:
Overside srl
2026-02-24 10:14:27 +01:00
parent 8b2ea22f0c
commit 392fd1254f
6 changed files with 63 additions and 15 deletions

View File

@@ -465,6 +465,10 @@ func _sync_weather_vfx() -> void:
return
weather_vfx.set_rain_intensity(weather_controller.get_rain_intensity())
weather_vfx.set_snow_intensity(weather_controller.get_snow_intensity())
weather_vfx.set_lightning(
weather_controller.is_lightning_active(),
weather_controller.get_lightning_frequency()
)
func _update_debug_info() -> void: