Add GUI settings and setting/help texts.
Move tree-related functions into their own GUI sub-category.
This commit is contained in:
@@ -2314,6 +2314,8 @@ cat = SC_BASIC
|
||||
base = GameSettings
|
||||
var = construction.trees_around_snow_line_enabled
|
||||
def = true
|
||||
str = STR_CONFIG_SETTING_TREES_AROUND_SNOWLINE
|
||||
strhelp = STR_CONFIG_SETTING_TREES_AROUND_SNOWLINE_HELPTEXT
|
||||
cat = SC_BASIC
|
||||
patxname = ""everest_treeline.construction.trees_around_snow_line_enabled""
|
||||
|
||||
@@ -2324,6 +2326,9 @@ type = SLE_UINT8
|
||||
def = 8
|
||||
min = 1
|
||||
max = 20
|
||||
str = STR_CONFIG_SETTING_TREES_AROUND_SNOWLINE_RANGE
|
||||
strhelp = STR_CONFIG_SETTING_TREES_AROUND_SNOWLINE_RANGE_HELPTEXT
|
||||
strval = STR_JUST_COMMA
|
||||
cat = SC_BASIC
|
||||
patxname = ""everest_treeline.construction.trees_around_snow_line_range""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user