Add rainforest line height setting to map generation windows

See: #227
This commit is contained in:
Jonathan G Rennison
2021-03-20 18:39:33 +00:00
parent c45b4414df
commit abf8505c69
5 changed files with 92 additions and 15 deletions

View File

@@ -2222,9 +2222,9 @@ base = GameSettings
var = game_creation.rainforest_line_height
type = SLE_UINT8
guiflags = SGF_NEWGAME_ONLY | SGF_SCENEDIT_TOO
def = 8
min = 1
max = 255
def = DEF_RAINFOREST_HEIGHT
min = MIN_RAINFOREST_HEIGHT
max = MAX_RAINFOREST_HEIGHT
interval = 1
str = STR_CONFIG_SETTING_RAINFORESTLINE_HEIGHT
strhelp = STR_CONFIG_SETTING_RAINFORESTLINE_HEIGHT_HELPTEXT