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/variants/4x3/resource/ui/matchmakingplaylist.res
2022-10-11 21:43:10 -04:00

101 lines
1.9 KiB
Text

"Resource/UI/MatchMakingDashboardCasualCriteria.res"
{
"EventEntry"
{
"ControlName" "CEventPlayListEntry"
"fieldName" "EventEntry"
"xpos" "0"
"ypos" "3"
"tall" "26"
"wide" "255"
"proportionaltoparent" "1"
"button_command" "play_event"
}
"CasualEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "CasualEntry"
"xpos" "0"
"ypos" "3"
"tall" "26"
"wide" "255"
"proportionaltoparent" "1"
"image_name" "glyph_casual"
"button_token" "#TF_Casual_Explanation_Intro_Title"
"button_command" "play_casual"
//"desc_token" "#MMenu_PlayList_Casual_Desc"
"matchgroup" "7" // k_eTFMatchGroup_Casual_12v12
}
"CompetitiveEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "CompetitiveEntry"
"xpos" "0"
"ypos" "55"
"tall" "26"
"wide" "255"
"proportionaltoparent" "1"
"image_name" "glyph_comp"
"button_token" "#MMenu_PlayComp"
"button_command" "play_competitive"
//"desc_token" "#MMenu_PlayList_Competitive_Desc"
"matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6
}
"MvMEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "MvMEntry"
"xpos" "0"
"ypos" "29"
"tall" "26"
"wide" "255"
"proportionaltoparent" "1"
"image_name" "glyph_mvm"
"button_token" "#MMenu_PlayCoop"
"button_command" "play_mvm"
//"desc_token" "#MMenu_PlayList_MvM_Desc"
"matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp
}
"ScrollBar"
{
"ControlName" "ScrollBar"
"FieldName" "ScrollBar"
"xpos" "rs1-1"
"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"
}
}
}