mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Support for auto-fog
implemented as a setting...
This commit is contained in:
@@ -1073,6 +1073,12 @@ class Settings:
|
||||
GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
)
|
||||
use_auto_fog: bool = boolean_option(
|
||||
"Use DCS' automatic fog setting",
|
||||
MISSION_GENERATOR_PAGE,
|
||||
GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
)
|
||||
|
||||
# Performance
|
||||
perf_smoke_gen: bool = boolean_option(
|
||||
|
||||
Reference in New Issue
Block a user