blob: abe594c133f0b64eecd1eefc7fb2497c3ddf5f57 (
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
|
#base "StorePage.res"
"Resource/UI/StorePage_Maps.res"
{
"StorePage"
{
"modelpanels_kv"
{
"model_xpos" "6"
"model_ypos" "-3"
"model_wide" "100"
"model_tall" "70"
"itemmodelpanel"
{
"force_square_image" "1"
}
}
}
"ClassFilterLabel"
{
"visible" "0"
}
"ClassFilterNavPanel"
{
"visible" "0"
}
"ClassFilterLabel"
{
"visible" "0"
}
"NameFilterLabel"
{
"visible" "0"
}
"NameFilterTextEntry"
{
"visible" "0"
}
"SortFilterLabel"
{
"visible" "0"
}
"SortFilterComboBox"
{
"visible" "0"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "HudFontSmallBold"
"labelText" "#Store_Maps_Title"
"textAlignment" "north-west"
"xpos" "c-292"
"ypos" "20"
"zpos" "5"
"wide" "500"
"tall" "25"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
"SubTitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "SubTitleLabel"
"font" "FontStoreOriginalPrice"
"labelText" "#Store_Maps_SubTitle"
"textAlignment" "south-west"
"xpos" "c-292"
"ypos" "30"
"zpos" "5"
"wide" "500"
"tall" "25"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "96 90 85 255"
}
"LearnMoreButton"
{
"ControlName" "CExButton"
"fieldName" "LearnMoreButton"
"xpos" "c175"
"ypos" "20"
"zpos" "5"
"wide" "120"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Store_LearnMore"
"font" "HudFontSmallBold"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "maps_learnmore"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
}
|