add flash and thunders
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user