Re-add a mini lobby options menu to missionbrowser
This commit is contained in:
committed by
Matthias Mailänder
parent
747f41a8c3
commit
ebf90970b2
@@ -68,6 +68,44 @@ Container@MISSIONBROWSER_PANEL:
|
||||
IgnoreMouseOver: True
|
||||
IgnoreMouseInput: True
|
||||
ShowSpawnPoints: False
|
||||
Container@MISSION_MINIFIED_OPTIONS:
|
||||
Width: PARENT_WIDTH
|
||||
Height: PARENT_HEIGHT
|
||||
Visible: False
|
||||
Children:
|
||||
LabelForInput@DIFFICULTY_DESC:
|
||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
||||
Width: 56
|
||||
Height: 25
|
||||
Align: Right
|
||||
Text: dropdown-missionbrowser-difficulty.label
|
||||
For: DIFFICULTY
|
||||
DropDownButton@DIFFICULTY:
|
||||
X: 61
|
||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
||||
Width: 120
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Text: label-missionbrowser-normal-difficulty
|
||||
TooltipText: dropdown-missionbrowser-difficulty.description
|
||||
PanelRoot: MISSION_DROPDOWN_PANEL_ROOT
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
LabelForInput@GAMESPEED_DESC:
|
||||
X: PARENT_WIDTH - WIDTH - 125
|
||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
||||
Width: 120
|
||||
Height: 25
|
||||
Align: Right
|
||||
Text: dropdown-missionbrowser-gamespeed
|
||||
For: GAMESPEED
|
||||
DropDownButton@GAMESPEED:
|
||||
X: PARENT_WIDTH - WIDTH
|
||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
||||
Width: 120
|
||||
Height: 25
|
||||
Font: Regular
|
||||
PanelRoot: MISSION_DROPDOWN_PANEL_ROOT
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
Container@MISSION_TABS:
|
||||
Width: PARENT_WIDTH
|
||||
Y: PARENT_HEIGHT - 31
|
||||
|
||||
@@ -523,6 +523,12 @@ button-missionbrowser-panel-stop-briefing-video = Stop Briefing
|
||||
button-missionbrowser-panel-start-info-video = Watch Info Video
|
||||
button-missionbrowser-panel-stop-info-video = Stop Info Video
|
||||
button-missionbrowser-panel-play = Play
|
||||
dropdown-missionbrowser-difficulty =
|
||||
.label = Difficulty
|
||||
.description = The difficulty of the mission
|
||||
|
||||
dropdown-missionbrowser-gamespeed = Speed:
|
||||
label-missionbrowser-normal-difficulty = Normal
|
||||
|
||||
## multiplayer-browser.yaml
|
||||
image-bg-password-protected-tooltip = Requires Password
|
||||
|
||||
Reference in New Issue
Block a user