Add Checkbox/Dropdown to lobby options yaml fields.
This commit is contained in:
@@ -3,10 +3,10 @@ Player:
|
||||
MissionObjectives:
|
||||
EarlyGameOver: true
|
||||
Shroud:
|
||||
FogLocked: True
|
||||
FogEnabled: True
|
||||
ExploredMapLocked: True
|
||||
ExploredMapEnabled: False
|
||||
FogCheckboxLocked: True
|
||||
FogCheckboxEnabled: True
|
||||
ExploredMapCheckboxLocked: True
|
||||
ExploredMapCheckboxEnabled: False
|
||||
PlayerResources:
|
||||
DefaultCashLocked: True
|
||||
|
||||
@@ -20,12 +20,12 @@ World:
|
||||
Minimum: 1
|
||||
Maximum: 1
|
||||
MapCreeps:
|
||||
Locked: True
|
||||
Enabled: True
|
||||
CheckboxLocked: True
|
||||
CheckboxEnabled: True
|
||||
MapBuildRadius:
|
||||
AllyBuildRadiusLocked: True
|
||||
AllyBuildRadiusEnabled: False
|
||||
AllyBuildRadiusCheckboxLocked: True
|
||||
AllyBuildRadiusCheckboxEnabled: False
|
||||
MapOptions:
|
||||
TechLevelLocked: True
|
||||
ShortGameLocked: True
|
||||
ShortGameEnabled: False
|
||||
TechLevelDropdownLocked: True
|
||||
ShortGameCheckboxLocked: True
|
||||
ShortGameCheckboxEnabled: False
|
||||
|
||||
@@ -96,9 +96,9 @@ World:
|
||||
Sequence: sandcraters
|
||||
SmokePercentage: 0
|
||||
MapCreeps:
|
||||
Label: Worms
|
||||
Description: Worms roam the map and devour unprepared forces
|
||||
DisplayOrder: 5
|
||||
CheckboxLabel: Worms
|
||||
CheckboxDescription: Worms roam the map and devour unprepared forces
|
||||
CheckboxDisplayOrder: 5
|
||||
SpawnMapActors:
|
||||
MapBuildRadius:
|
||||
AllyBuildRadiusDisplayOrder: 4
|
||||
|
||||
Reference in New Issue
Block a user