diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/matchmakingdashboardmvmcriteria.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/matchmakingdashboardmvmcriteria.res')
| -rw-r--r-- | resource/ui/matchmakingdashboardmvmcriteria.res | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardmvmcriteria.res b/resource/ui/matchmakingdashboardmvmcriteria.res new file mode 100644 index 0000000..3151229 --- /dev/null +++ b/resource/ui/matchmakingdashboardmvmcriteria.res @@ -0,0 +1,178 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardMvMCriteria.res" +{ + "MVMCriteria" + { + "fieldName" "MVMCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "420" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CMVMCriteriaPanel" + "fieldName" "criteria" + "xpos" "5" + "ypos" "15" + "zpos" "100" + "wide" "410" + "tall" "f50" + "visible" "1" + "pinCorner" "2" + "proportionaltoparent" "1" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "6" + "ypos" "rs1-8" + "zpos" "100" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "back" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_Back" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + "defaultBgColor_override" "DarkerGrey" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MannUpQueueButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpQueueButton" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "100" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "defaultBgColor_override" "DarkerGrey" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BootCampQueueButton" + { + "ControlName" "CExButton" + "fieldName" "BootCampQueueButton" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "250" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + "defaultBgColor_override" "DarkerGrey" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "6" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "select_tour" + "proportionaltoparent" "1" + "labeltext" "#TF_MvM_SelectChallenge" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + "defaultBgColor_override" "DarkerGrey" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinLateCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "JoinLateCheckButton" + "xpos" "rs1-10" + "ypos" "rs1-9" + "zpos" "50" + "wide" "140" + "tall" "20" + "font" "HudFontSmall" + "labelText" "" + "proportionaltoparent" "1" + } + + "JoinLateLabel" + { + "ControlName" "Label" + "fieldName" "JoinLateLabel" + "xpos" "rs1-10" + "ypos" "rs1-9" + "zpos" "50" + "wide" "115" + "tall" "20" + "font" "HudFontSmall" + "labelText" "#TF_Matchmaking_JoinInProgress" + "proportionaltoparent" "1" + } +}
\ No newline at end of file |
