forked from LexTheGreat/TLX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1614524.hpp
234 lines (198 loc) · 4.51 KB
/
1614524.hpp
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
class free_cam {
idd = 2001;
movingEnable = true;
controlsBackground[] = {
DLG_BACK1, DLG_BACK2, DLG_BACK3, DLG_BACK4
};
objects[] = {};
controls[] = { button_left, button_right, button_up, button_down, button_nvgOn, button_nvgOff, halt, close, dummybutton,VL1, VL2, VL3, VL4, VL5, VL6, VL7, VL8, VL9,HL1, HL2, HL3, HL4, HL5, HL6, HL7,cross_horizontal, cross_vertical,CamSlider, LightSlider};
class VL1: RscText{
x = 0.100;
y = 0.200;
w = 0.001;
h = 0.600;
colorBackground[] = {1,1,1,0.1};
};
class VL2: VL1 {
x = 0.2;
};
class VL3: VL1 {
x = 0.3;
};
class VL4: VL1 {
x = 0.4;
};
class VL5: VL1 {
x = 0.5;
};
class VL6: VL1 {
x = 0.6;
};
class VL7: VL1 {
x = 0.7;
};
class VL8: VL1 {
x = 0.8;
};
class VL9: VL1 {
x = 0.9;
};
class HL1: RscText{
x = 0.100;
y = 0.200;
w = 0.800;
h = 0.001;
colorBackground[] = {
1,1,1,0.1
};
};
class HL2: HL1 {
y = 0.3;
};
class HL3: HL1 {
y = 0.4;
};
class HL4: HL1 {
y = 0.5;
};
class HL5: HL1 {
y = 0.6;
};
class HL6: HL1 {
y = 0.7;
};
class HL7: HL1 {
y = 0.8;
};
class DLG_BACK1: Rscbackground{
x = -1.00;
y = 0.00;
w = 3.00;
h = 0.00;
colorBackground[] = {0,0,0,1};
};
class DLG_BACK2: Rscbackground{
x = -1.00;
y = 0.80;
w = 3.00;
h = 0.00;
colorBackground[] = {0,0,0,1};
};
class DLG_BACK3: Rscbackground{
x = -1.00;
y = -1.00;
w = 1.10;
h = 3.00;
colorBackground[] = {0,0,0,1};
};
class DLG_BACK4: Rscbackground{
x = 0.90;
y = -1.00;
w = 1.10;
h = 3.00;
colorBackground[] = {0,0,0,1};
};
class cross_horizontal: RscText{
x = 0.465;
y = 0.500;
w = 0.070;
h = 0.002;
colorBackground[] = {1,0.9,0.9,0.2};
};
class cross_vertical: RscText{
x = 0.500;
y = 0.465;
w = 0.002;
h = 0.070;
colorBackground[] = {1,0.9,0.9,0.2};
};
class button_left : RscButton{
idc = 21;
x = 0.125;
y = 0.140;
w = 0.150;
h = 0.040;
colorBackground[] = {0.3,0.3,0.3,1};
text = $STRD_cam_description_100west;
};
class button_up : RscButton{
idc = 22;
x = 0.325;
y = 0.140;
w = 0.150;
h = 0.040;
colorBackground[] = {0.3,0.3,0.3,1};
text = $STRD_cam_description_100north;
};
class button_down : RscButton{
idc = 23;
x = 0.525;
y = 0.140;
w = 0.150;
h = 0.040;
colorBackground[] = {0.3,0.3,0.3,1};
text = $STRD_cam_description_100south;
};
class button_right : RscButton{
idc = 24;
x = 0.725;
y = 0.140;
w = 0.150;
h = 0.040;
colorBackground[] = { 0.3,0.3,0.3,1 };
text = $STRD_cam_description_100east;
};
class button_nvgOn : RscButton{
idc = 25;
x = 0.10;
y = 0.82;
w = 0.15;
h = 0.04;
colorBackground[] = { 0.3,0.3,0.3,1};
text = $STRD_cam_description_nvgon;
};
class button_nvgOff : RscButton{
idc = 26;
x = 0.30;
y = 0.82;
w = 0.15;
h = 0.04;
colorBackground[] = {0.3,0.3,0.3,1};
text = $STRD_cam_description_nvgoff;
};
class halt : RscButton{
idc = 27;
x = 0.50;
y = 0.82;
w = 0.15;
h = 0.04;
colorBackground[] = {0.3,0.3,0.3,1};
text = $STRD_cam_description_halt;
};
class close : RscButton{
idc = 28;
x = 0.70;
y = 0.82;
w = 0.15;
h = 0.04;
colorBackground[] = { 0.3,0.3,0.3,1};
text = $STRD_description_close;
};
class CamSlider : RscSliderV{
idc = 10;
x = 0.05;
y = 0.20;
w = 0.04;
h = 0.70;
};
class LightSlider : RscSliderV{
idc = 11;
x = 0.92;
y = 0.20;
w = 0.04;
h = 0.70;
};
class dummybutton : RscDummy {
idc = 1029;
};
};