blob: 6481e27898360970aad618b3d6ff27ea6bcf06b7 (
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
#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" "center"
"font" "HudFontMediumSecondary"
"fgcolor_override" "White"
"bgcolor_override" "DarkGrey"
"mouseinputenabled" "0"
}
"ShowExplanationsButton"
{
"ControlName" "CExButton"
"fieldName" "ShowExplanationsButton"
"xpos" "rs1-21"
"ypos" "20"
"zpos" "100"
"wide" "15"
"tall" "o1"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"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" "0"
"enabled" "0"
"proportionaltoparent" "1"
"mouseinputenabled" "1"
"image" "info"
"scaleImage" "1"
"alpha" "75"
}
"stats"
{
"fieldName" "stats"
"xpos" "-1"
"ypos" "40"
"zpos" "100"
"wide" "305"
"tall" "340"
"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" "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"
}
}
|