1
Fork 0
This repository has been archived on 2025-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
tf2-2012-menu/mod/resource/ui/matchmakingdashboardcomp.res

145 lines
2.8 KiB
Text
Raw Normal View History

2022-10-11 21:43:10 -04:00
#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" "20"
"zpos" "99"
"wide" "f0"
"tall" "20"
"proportionaltoparent" "1"
"labeltext" "#TF_Matchmaking_HeaderCompetitive"
"textAlignment" "west"
"font" "HudFontMediumBigBold"
"fgcolor_override" "TanDark"
"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" "40"
"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"
"border_default" "MainMenuButtonDefault"
"border_armed" "MainMenuButtonArmed"
"paintbackground" "0"
"defaultFgColor_override" "46 43 42 255"
"armedFgColor_override" "235 226 202 255"
"depressedFgColor_override" "46 43 42 255"
}
}