diff options
Diffstat (limited to 'resource/ui/matchmakingdashboardcomp.res')
| -rw-r--r-- | resource/ui/matchmakingdashboardcomp.res | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardcomp.res b/resource/ui/matchmakingdashboardcomp.res new file mode 100644 index 0000000..845681d --- /dev/null +++ b/resource/ui/matchmakingdashboardcomp.res @@ -0,0 +1,139 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardComp.res" +{ + "CompStats" + { + "fieldName" "CompStats" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "23" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCompetitive" + "textAlignment" "west" + "font" "CerbeticaBold24" + "fgcolor_override" "242 242 242 255" + + "mouseinputenabled" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "rs1-21" + "ypos" "20" + "zpos" "100" + "wide" "15" + "tall" "o1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "5" + "ypos" "44" + "zpos" "1000" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + } + + "stats" + { + "fieldName" "stats" + "xpos" "-1" + "ypos" "40" + "zpos" "100" + "wide" "305" + "tall" "f80" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "armedBgColor_override" "CreditsGreen" + "defaultBgColor_override" "GreenSolid" + } +} |
