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/matchmakingdashboardeventmatch.res
2022-10-11 21:43:10 -04:00

247 lines
4.4 KiB
Text

#base "MatchMakingDashboardSidePanel.res"
"Resource/UI/MatchMakingDashboardEventMatch.res"
{
"EventMatch"
{
"fieldName" "EventMatch"
"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_HeaderSpecialEvent"
"textAlignment" "west"
"font" "HudFontMediumBigBold"
"fgcolor_override" "TanDark"
"mouseinputenabled" "0"
}
"ModeTitle"
{
"ControlName" "Label"
"fieldName" "ModeTitle"
"xpos" "8"
"ypos" "43"
"zpos" "99"
"wide" "f0"
"tall" "20"
"proportionaltoparent" "1"
"labeltext" "%title%"
"textAlignment" "west"
"font" "HudFontMediumSmallBold"
"fgcolor_override" "Orange"
"mouseinputenabled" "0"
}
"RankImage"
{
"ControlName" "CTFLocalPlayerBadgePanel"
"fieldName" "RankImage"
"xpos" "-10"
"ypos" "45"
"zpos" "110"
"wide" "o1"
"tall" "70"
"visible" "1"
"enabled" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"matchgroup" "MatchGroup_Casual_12v12"
}
"RankPanel"
{
"ControlName" "CPvPRankPanel"
"fieldName" "RankPanel"
"xpos" "-85"
"ypos" "25"
"zpos" "100"
"wide" "330"
"tall" "92"
"visible" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"matchgroup" "MatchGroup_Casual_12v12"
"show_model" "0"
"show_name" "0"
}
"ModeImageGroup"
{
"ControlName" "EditablePanel"
"fieldName" "ModeImageGroup"
"xpos" "6"
"ypos" "100"
"zpos" "1"
"wide" "250"
"tall" "o0.25"
"visible" "1"
"enabled" "1"
"DropShadow"
{
"ControlName" "EditablePanel"
"fieldName" "DropShadow"
"xpos" "0"
"ypos" "0"
"zpos" "101"
"wide" "f0"
"tall" "f0"
"visible" "1"
"PaintBackgroundType" "2"
"border" "InnerShadowBorder"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
}
"ModeImage"
{
"ControlName" "ImagePanel"
"fieldName" "ModeImage"
"xpos" "0"
"ypos" "0"
"zpos" "0"
"wide" "f0"
"tall" "f0"
"visible" "1"
"enabled" "1"
"mouseinputenabled" "0"
"image" "mvm/mannup"
"scaleImage" "1"
"proportionaltoparent" "1"
}
}
"DescScroller"
{
"ControlName" "CExScrollingEditablePanel"
"fieldName" "DescScroller"
"xpos" "cs-0.5"
"ypos" "165"
"zpos" "2"
"wide" "f20"
"tall" "215"
"proportionaltoparent" "1"
"ScrollBar"
{
"ControlName" "ScrollBar"
"FieldName" "ScrollBar"
"xpos" "rs1-5"
"ypos" "0"
"tall" "f0"
"wide" "5" // This gets slammed from client schme. GG.
"zpos" "1000"
"nobuttons" "1"
"proportionaltoparent" "1"
"Slider"
{
"fgcolor_override" "TanDark"
}
"UpButton"
{
"ControlName" "Button"
"FieldName" "UpButton"
"visible" "0"
}
"DownButton"
{
"ControlName" "Button"
"FieldName" "DownButton"
"visible" "0"
}
}
"ModeDesc"
{
"ControlName" "Label"
"fieldName" "ModeDesc"
"font" "HudFontSmall"
"fgcolor_override" "TanLight"
"labelText" "%desc%"
"textAlignment" "north-west"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"wide" "f0"
"tall" "300"
"wrap" "1"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
"auto_tall_tocontents" "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"
}
}