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

@@ -93,6 +93,8 @@ static func create_rain() -> WeatherProfile:
profile.ambient_intensity_multiplier = 0.6
profile.fog_density_multiplier = 2.0
profile.rain_intensity = 0.7
profile.lightning_enabled = true
profile.lightning_frequency = 0.04
profile.default_transition_duration = 8.0
return profile