blob: 39dfc00530891d61606e2eea9cf2e20d3e3b11c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
#base "MatchMakingDashboardSidePanel.res"
"Resource/UI/MatchMakingDashboardCasualCriteria.res"
{
"CasualCriteria"
{
"fieldName" "CasualCriteria"
"xpos" "r0"
"ypos" "10"
"zpos" "1002"
"wide" "270"
"tall" "f70"
"visible" "1"
"proportionaltoparent" "1"
}
"Title"
{
"ControlName" "Label"
"fieldName" "Title"
"xpos" "0"
"ypos" "25"
"zpos" "99"
"wide" "f0"
"tall" "20"
"proportionaltoparent" "1"
"labeltext" "#TF_Matchmaking_HeaderCasual"
"textAlignment" "center"
"font" "HudFontMedium"
"fgcolor_override" "TanLight"
"mouseinputenabled" "0"
"allcaps" "1"
}
"criteria"
{
"ControlName" "CCasualCriteriaPanel"
"fieldName" "criteria"
"xpos" "-3"
"ypos" "40"
"zpos" "100"
"wide" "f0"
"tall" "f63"
"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.51"
"ypos" "rs1-8"
"zpos" "100"
"wide" "f20"
"tall" "20"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"font" "HudFontMediumSmall"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "find_game"
"proportionaltoparent" "1"
"labeltext" "#TF_Matchmaking_StartSearch"
"mouseinputenabled" "1"
"keyboardinputenabled" "0"
"actionsignallevel" "1"
"allcaps" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
}
|