blob: f4d178c7391fa5fcb83c9ad87bd08e9cbf5b2d46 (
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
138
139
140
141
142
143
|
"Resource/UI/LobbyLeaderboard.res"
{
"BookPage"
{
"ControlName" "ImagePanel"
"fieldName" "BookPage"
"xpos" "s-0.1667"
"ypos" "0"
"zpos" "0"
"wide" "o1"
"tall" "f0"
"visible" "0"
"enabled" "1"
"image" ""
"scaleImage" "1"
"proportionaltoparent" "1"
}
"LocalLeaderboardButton"
{
"ControlName" "Button"
"fieldName" "LocalLeaderboardButton"
"xpos" "p0.05"
"ypos" "2"
"zpos" "0"
"wide" "p0.44"
"tall" "15"
"visible" "1"
"proportionaltoparent" "1"
"actionsignallevel" "1"
"command" "local"
"labeltext" "#TF_Competitive_Friends"
"font" "HudFontSmallestBold"
"fgcolor_override" "TanLight"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"GlobalLeaderboardButton"
{
"ControlName" "Button"
"fieldName" "GlobalLeaderboardButton"
"xpos" "rs1-p0.05"
"ypos" "2"
"zpos" "0"
"wide" "p0.44"
"tall" "15"
"visible" "1"
"proportionaltoparent" "1"
"actionsignallevel" "1"
"command" "global"
"labeltext" "#TF_Competitive_Global"
"font" "HudFontSmallestBold"
"fgcolor_override" "TanLight"
"textAlignment" "center"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"Line"
{
"ControlName" "EditablePanel"
"fieldName" "Line"
"xpos" "p0.05"
"ypos" "18"
"wide" "p0.9"
"zpos" "1"
"tall" "2"
"visible" "0"
"proportionaltoparent" "1"
"bgcolor_override" "89 81 71 255"
}
"ScoreListScroller"
{
"ControlName" "ScrollableEditablePanel"
"fieldName" "ScoreListScroller"
"xpos" "p0.05"
"ypos" "p0.1"
"wide" "p0.95"
"tall" "p0.9"
"visible" "1"
"proportionaltoparent" "1"
"asynchandling" "hide"
}
"LoadingImage"
{
"ControlName" "ImagePanel"
"fieldName" "LoadingImage"
"xpos" "cs-0.5"
"ypos" "cs-0.5"
"zpos" "1"
"wide" "p0.75"
"tall" "w1"
"visible" "1"
"enabled" "1"
"image" "animated/tf2_logo_hourglass"
"scaleImage" "1"
"proportionaltoparent" "1"
"asynchandling" "show"
}
"TooltipPanel"
{
"ControlName" "EditablePanel"
"fieldName" "TooltipPanel"
"xpos" "0"
"ypos" "0"
"zpos" "100"
"wide" "150"
"tall" "50"
"visible" "0"
"PaintBackgroundType" "2"
"border" "MainMenuBGBorder"
"TipLabel"
{
"ControlName" "CExLabel"
"fieldName" "TipLabel"
"font" "HudFontSmallestBold"
"labelText" "%tiptext%"
"textAlignment" "center"
"xpos" "20"
"ypos" "10"
"zpos" "2"
"wide" "100"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor_override" "235 226 202 255"
"wrap" "1"
"centerwrap" "1"
}
}
}
|