blob: af212e8aeea83842aaa17d1bffcc64d49457f4bc (
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
|
#base "MatchMakingDashboardSidePanel.res"
"Resource/UI/MatchMakingDashboardPlayList.res"
{
"ExpandableList"
{
"fieldName" "ExpandableList"
"xpos" "r0"
"ypos" "10"
"zpos" "1001"
"wide" "280"
"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_HeaderModeSelect"
"textAlignment" "west"
"font" "CerbeticaBold24"
"fgcolor_override" "242 242 242 255"
"mouseinputenabled" "0"
}
"playlist"
{
// "ControlName" "CTFPlaylistPanel"
"fieldName" "playlist"
"xpos" "8"
"ypos" "50"
"zpos" "100"
"wide" "255"
"tall" "365"
"visible" "1"
"proportionaltoparent" "1"
}
"PlayListDropShadow"
{
"ControlName" "EditablePanel"
"fieldName" "PlayListDropShadow"
"xpos" "8"
"ypos" "50"
"zpos" "1000"
"wide" "255"
"tall" "298"
"visible" "0"
"PaintBackgroundType" "2"
"border" "InnerShadowBorder"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
}
}
|