blob: 445cad8e373f86008a948ef68fce19f23a7a5027 (
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
"Resource/UI/StampDonationAdd.res"
{
"ConfirmDialog"
{
"ControlName" "Frame"
"fieldName" "ConfirmDialog"
"xpos" "c-150"
"ypos" "90"
"wide" "450"
"tall" "260"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"settitlebarvisible" "0"
"PaintBackgroundType" "0"
"paintbackground" "1"
"paintborder" "1"
"border" "CyanBorder"
"bgcolor_override" "DarkGrey"
}
"TitleLabel"
{
"ControlName" "CExLabel"
"fieldName" "TitleLabel"
"font" "HudFontMediumBold"
"labelText" "#ConfirmTitle"
"textAlignment" "north"
"xpos" "0"
"ypos" "15"
"zpos" "1"
"wide" "450"
"tall" "30"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
"ExplanationLabel"
{
"ControlName" "CExLabel"
"fieldName" "ExplanationLabel"
"font" "HudFontSmallestBold"
"labelText" "%text%"
"textAlignment" "north-west"
"xpos" "35"
"ypos" "153"
"zpos" "1"
"wide" "340"
"tall" "50"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "LightRed"
}
"ExplanationLabel2"
{
"ControlName" "CExLabel"
"fieldName" "ExplanationLabel2"
"font" "HudFontSmallest"
"labelText" "#Store_ConfirmStampDonationAddText2"
"textAlignment" "north-west"
"xpos" "35"
"ypos" "52"
"zpos" "1"
"wide" "330"
"tall" "170"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "1"
"fgcolor_override" "LightRed"
}
"ItemImagePanel"
{
"ControlName" "ImagePanel"
"fieldName" "ItemImagePanel"
"xpos" "282"
"ypos" "20"
"wide" "150"
"tall" "150"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"scaleImage" "1"
}
"ItemImagePanel2"
{
"ControlName" "ImagePanel"
"fieldName" "ItemImagePanel2"
"xpos" "255"
"ypos" "95"
"wide" "140"
"tall" "140"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"scaleImage" "1"
}
"Nope"
{
"ControlName" "CExButton"
"fieldName" "Nope"
"xpos" "40"
"ypos" "214"
"zpos" "20"
"wide" "175"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Store_Nope"
"font" "HudFontSmallBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "nope"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
"ConfirmButton"
{
"ControlName" "CExButton"
"fieldName" "ConfirmButton"
"xpos" "235"
"ypos" "100"
"zpos" "20"
"wide" "175"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Store_AddToCart"
"font" "HudFontSmallBold"
"textAlignment" "center"
"textinsetx" "50"
"dulltext" "0"
"brighttext" "0"
"Command" "add_stamp_to_cart"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/vote_success.wav"
}
"PriceLabel"
{
"ControlName" "CExLabel"
"fieldName" "PriceLabel"
"font" "HudFontSmallBold"
"labelText" "%price%"
"textAlignment" "north-east"
"xpos" "345"
"ypos" "145"
"zpos" "25"
"wide" "100"
"tall" "25"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"centerwrap" "1"
"fgcolor_override" "121 195 58 255"
}
}
|