@@ -13,6 +13,21 @@ DrawBackground = False
13
13
DrawType = Color
14
14
DrawColor = 0
15
15
16
+ [ConfigRoot]
17
+ ControlType = COLLECTIONBOX
18
+ Parent = None
19
+ X = 0
20
+ Y = 0
21
+ Width = 640
22
+ Height = 480
23
+ Visible = True
24
+ Enabled = True
25
+ Name = ConfigRoot
26
+ Anchor = Left, Top
27
+ DrawBackground = False
28
+ DrawType = Color
29
+ DrawColor = 0
30
+
16
31
[BackToMainButton]
17
32
ControlType = BUTTON
18
33
Parent = root
@@ -153,7 +168,7 @@ VAlignment = middle
153
168
[ButtonCloseSceneBox]
154
169
ControlType = BUTTON
155
170
Parent = CollectionBoxSceneInfo
156
- X = 171
171
+ X = 172
157
172
Y = 5
158
173
Width = 15
159
174
Height = 15
@@ -226,7 +241,7 @@ DrawColor = 0
226
241
227
242
[CollectionBoxActivityConfig]
228
243
ControlType = COLLECTIONBOX
229
- Parent = root
244
+ Parent = ConfigRoot
230
245
X = 50
231
246
Y = 110
232
247
Width = 527
@@ -321,15 +336,31 @@ ControlType = LABEL
321
336
Parent = CollectionBoxDifficultyAndFundsConfig
322
337
X = 50
323
338
Y = 5
324
- Width = 200
339
+ Width = 105
325
340
Height = 20
326
341
Visible = True
327
342
Enabled = True
328
343
Name = LabelActivityDifficulty
344
+ Anchor = Left, Top
345
+ ToolTip =
346
+ Text = Difficulty:
347
+ HAlignment = right
348
+ VAlignment = middle
349
+
350
+ [LabelActivityDifficultyValue]
351
+ ControlType = LABEL
352
+ Parent = CollectionBoxDifficultyAndFundsConfig
353
+ X = 155
354
+ Y = 5
355
+ Width = 95
356
+ Height = 20
357
+ Visible = True
358
+ Enabled = True
359
+ Name = LabelActivityDifficultyValue
329
360
Anchor = Left, Left
330
361
ToolTip = None
331
- Text = Difficulty: Medium
332
- HAlignment = centre
362
+ Text = Medium
363
+ HAlignment = left
333
364
VAlignment = middle
334
365
335
366
[SliderActivityDifficulty]
@@ -356,15 +387,31 @@ ControlType = LABEL
356
387
Parent = CollectionBoxDifficultyAndFundsConfig
357
388
X = 265
358
389
Y = 5
359
- Width = 200
390
+ Width = 105
360
391
Height = 20
361
392
Visible = True
362
393
Enabled = True
363
394
Name = LabelStartingGold
364
395
Anchor = Left, Top, Right
365
396
ToolTip = How much gold each human player starts the game with in their TradeStar bank vault.
366
- Text = Starting Gold: 2000 oz
367
- HAlignment = centre
397
+ Text = Starting Gold:
398
+ HAlignment = right
399
+ VAlignment = middle
400
+
401
+ [LabelStartingGoldValue]
402
+ ControlType = LABEL
403
+ Parent = CollectionBoxDifficultyAndFundsConfig
404
+ X = 369
405
+ Y = 5
406
+ Width = 95
407
+ Height = 20
408
+ Visible = True
409
+ Enabled = True
410
+ Name = LabelStartingGoldValue
411
+ Anchor = Left, Top, Right
412
+ ToolTip = How much gold each human player starts the game with in their TradeStar bank vault.
413
+ Text = 2000 oz
414
+ HAlignment = left
368
415
VAlignment = middle
369
416
370
417
[SliderStartingGold]
@@ -381,7 +428,7 @@ Anchor = Left, Top, Right
381
428
ToolTip = How much gold each human player starts the game with in their TradeStar bank vault.
382
429
Value = 2000
383
430
Minimum = 0
384
- Maximum = 20000
431
+ Maximum = 30000
385
432
Orientation = Horizontal
386
433
TickDirection = BottomRight
387
434
ValueResolution = 500
@@ -491,7 +538,7 @@ Enabled = True
491
538
Name = LabelDisabledTeam
492
539
Anchor = Left, Top
493
540
ToolTip = None
494
- Text = Not Playing:
541
+ Text = Not Playing
495
542
HAlignment = left
496
543
VAlignment = middle
497
544
@@ -1137,7 +1184,7 @@ VAlignment = middle
1137
1184
1138
1185
[ComboBoxTeam1Tech]
1139
1186
ControlType = COMBOBOX
1140
- Parent = root
1187
+ Parent = ConfigRoot
1141
1188
X = 345
1142
1189
Y = 282
1143
1190
Width = 125
@@ -1152,7 +1199,7 @@ DropDownStyle = DropDownList
1152
1199
1153
1200
[ComboBoxTeam2Tech]
1154
1201
ControlType = COMBOBOX
1155
- Parent = root
1202
+ Parent = ConfigRoot
1156
1203
X = 345
1157
1204
Y = 307
1158
1205
Width = 125
@@ -1167,7 +1214,7 @@ DropDownStyle = DropDownList
1167
1214
1168
1215
[ComboBoxTeam3Tech]
1169
1216
ControlType = COMBOBOX
1170
- Parent = root
1217
+ Parent = ConfigRoot
1171
1218
X = 345
1172
1219
Y = 332
1173
1220
Width = 125
@@ -1182,7 +1229,7 @@ DropDownStyle = DropDownList
1182
1229
1183
1230
[ComboBoxTeam4Tech]
1184
1231
ControlType = COMBOBOX
1185
- Parent = root
1232
+ Parent = ConfigRoot
1186
1233
X = 345
1187
1234
Y = 357
1188
1235
Width = 125
0 commit comments