diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 15:18:50 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 15:18:50 -0400 |
| commit | 37603a8118b9793c9c545e01479992d1b09d2afc (patch) | |
| tree | 0bf511d0acd8a47f6895e87c0e4508c41aa74b0c /resource/ui/matchmakingdashboardmvmmodeselect.res | |
| parent | 74d7e98a6b1f2445c6391e26e846da57c4d7240b (diff) | |
Updated Matchmaking Dashboard
Diffstat (limited to 'resource/ui/matchmakingdashboardmvmmodeselect.res')
| -rw-r--r-- | resource/ui/matchmakingdashboardmvmmodeselect.res | 75 |
1 files changed, 35 insertions, 40 deletions
diff --git a/resource/ui/matchmakingdashboardmvmmodeselect.res b/resource/ui/matchmakingdashboardmvmmodeselect.res index 634127b..fb5e53f 100644 --- a/resource/ui/matchmakingdashboardmvmmodeselect.res +++ b/resource/ui/matchmakingdashboardmvmmodeselect.res @@ -19,43 +19,26 @@ "ControlName" "ImagePanel" "fieldName" "MvMLogoImage" "xpos" "30" - "ypos" "-5" + "ypos" "5" "zpos" "2" "wide" "o2" "tall" "100" - "visible" "0" - "enabled" "0" - "mouseinputenabled" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" "image" "mvm/mvm_logo" "scaleImage" "1" } - "Title" - { - "ControlName" "Label" - "fieldName" "Title" - "xpos" "8" - "ypos" "23" - "zpos" "99" - "wide" "f0" - "tall" "20" - "proportionaltoparent" "1" - "labeltext" "#TF_Matchmaking_HeaderMvM" - "textAlignment" "center" - "font" "Cerbetica24" - "fgcolor_override" "White" - "mouseinputenabled" "0" - } - "MannUpGroupBox" { //"ControlName" "EditablePanel" "fieldName" "MannUpGroupBox" "xpos" "6" - "ypos" "55" + "ypos" "75" "zpos" "1" "wide" "250" - "tall" "215" + "tall" "150" "visible" "1" "enabled" "1" @@ -80,7 +63,7 @@ "ControlName" "ImagePanel" "fieldName" "MannUpImage" "xpos" "0" - "ypos" "0" + "ypos" "10" "zpos" "0" "wide" "f0" "tall" "o1" @@ -115,28 +98,33 @@ { //"ControlName" "CExButton" "fieldName" "PlayNowButton" - "xpos" "cs-0.5" - "ypos" "rs1-5" + "xpos" "0" + "ypos" "rs1" "zpos" "20" - "wide" "120" - "tall" "25" + "wide" "f0" + "tall" "o1" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#TF_MvM_MannUp" - "font" "HudFontMediumSmall" - "textAlignment" "center" + "font" "HudFontMedium" + "textAlignment" "south" "dulltext" "0" "brighttext" "0" "Command" "mannup" "actionsignallevel" "2" "proportionaltoparent" "1" + "paintbackground" "0" + "allcaps" "1" + "textinsety" "-5" + + "border_default" "NoBorder" + "border_armed" "CyanBorderThick" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "TransparentBlack" } "PlayForBraggingRightsExplanation" @@ -155,6 +143,7 @@ "wrap" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" + "visible" "0" } } @@ -163,10 +152,10 @@ //"ControlName" "EditablePanel" "fieldName" "PracticeGroupBox" "xpos" "6" - "ypos" "275" + "ypos" "230" "zpos" "100" "wide" "250" - "tall" "130" + "tall" "150" "visible" "1" "enabled" "1" "proportionaltoparent" "1" @@ -227,28 +216,33 @@ { //"ControlName" "CExButton" "fieldName" "PracticeButton" - "xpos" "cs-0.5" - "ypos" "rs1-5" + "xpos" "0" + "ypos" "rs1" "zpos" "20" - "tall" "25" - "wide" "120" + "wide" "f0" + "tall" "o1" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" "tabPosition" "0" "labelText" "#TF_MvM_BootCamp" - "font" "HudFontMediumSmall" - "textAlignment" "center" + "font" "HudFontMedium" + "textAlignment" "south" "dulltext" "0" "brighttext" "0" "Command" "bootcamp" "actionsignallevel" "2" "proportionaltoparent" "1" + "paintbackground" "0" + "allcaps" "1" + "textinsety" "-5" + + "border_default" "NoBorder" + "border_armed" "CyanBorderThick" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "defaultBgColor_override" "TransparentBlack" } "PlayOnCommunityServerExplanation" @@ -267,6 +261,7 @@ "wrap" "1" "proportionaltoparent" "1" "mouseinputenabled" "0" + "visible" "0" } } }
\ No newline at end of file |
