Add influence registry, make sounds fade, add skybox feature detection

This commit is contained in:
Till Affeldt
2020-04-18 08:01:36 +02:00
parent f41d5f259c
commit 18045b1943
10 changed files with 83 additions and 52 deletions

View File

@ -8,4 +8,5 @@ climate_api_heat_base (Global base temperature) float 0
climate_api_humidity_base (Global base humidity) float 0
climate_api_time_spread (Regulates how quickly the weather changes) float 1 0.1 10
climate_api_particle_count (Multiplicator for used particles) float 1 0.1 2
climate_api_fahrenheit (Show degrees in Fahrenheit instead of Celsius) bool false
climate_api_fahrenheit (Show degrees in Fahrenheit instead of Celsius) bool false
climate_api_tick_speed (Update speed of weather effects) float 1 0.1 10