Skip to content

Commit

Permalink
feat: add new weather category "Heavy Rain"
Browse files Browse the repository at this point in the history
Refs: #312
  • Loading branch information
Mathias Baumgartinger~ committed Aug 7, 2023
1 parent 0ac3cd7 commit 4b7d888
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UI/Weather/WeatherUI.gd
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ var preconfigurations := {
rain_size: 0.015,
lightning_enabled: false
},
"Heavy Rain": {
haziness: 45,
cloudiness: 85,
wind_speed: 15,
rain_enabled: true,
rain_density: 7.5,
rain_size: 0.05,
lightning_enabled: false
},
"Gusts": {
haziness: 10,
cloudiness: 35,
Expand Down

0 comments on commit 4b7d888

Please sign in to comment.