Added a settings to control the amount smoke effects on frontlines. Default smoke spacing changed from 800 to 1600 (half the current amount)

This commit is contained in:
Khopa
2021-05-07 12:49:56 +02:00
parent b289e41a0d
commit af5584d244
3 changed files with 28 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ class Settings:
# Performance oriented
perf_red_alert_state: bool = True
perf_smoke_gen: bool = True
perf_smoke_spacing = 1600
perf_artillery: bool = True
perf_moving_units: bool = True
perf_infantry: bool = True