@@ -13,28 +13,14 @@ DrawBackground = False
13
13
DrawType = Color
14
14
DrawColor = 8
15
15
16
- /*
17
- [LabelDebug]
18
- ControlType = LABEL
19
- Parent = root
20
- X = 0
21
- Y = 40
22
- Width = 256
23
- Height = 10
24
- Visible = True
25
- Enabled = True
26
- Name = LabelDebug
27
- Anchor = Left, Top
28
- Text = Debug
29
- HAlignment = centre
30
- VAlignment = middle
31
- */
16
+ ///////////////////////////////////////////////////////////////////////
17
+ // Main Screen
32
18
33
19
[MainScreen]
34
20
ControlType = COLLECTIONBOX
35
21
Parent = root
36
22
X = 256
37
- Y = 120
23
+ Y = 140
38
24
Width = 128
39
25
Height = 172
40
26
Visible = True
@@ -162,11 +148,14 @@ Name = ButtonResume
162
148
Anchor = Left, Top
163
149
Text = Resume Game
164
150
151
+ ///////////////////////////////////////////////////////////////////////
152
+ // Players Screen
153
+
165
154
[PlayersScreen]
166
155
ControlType = COLLECTIONBOX
167
156
Parent = root
168
157
X = 256
169
- Y = 132
158
+ Y = 140
170
159
Width = 128
171
160
Height = 124
172
161
Visible = True
@@ -259,6 +248,9 @@ Name = ButtonFourPlayers
259
248
Anchor = Left, Top
260
249
Text = Four
261
250
251
+ ///////////////////////////////////////////////////////////////////////
252
+ // Scenario Screen
253
+
262
254
[SkirmishScreen]
263
255
ControlType = COLLECTIONBOX
264
256
Parent = root
@@ -570,11 +562,14 @@ Name = ButtonStartDeath
570
562
Anchor = Left, Top
571
563
Text = Death
572
564
565
+ ///////////////////////////////////////////////////////////////////////
566
+ // Options Screen
567
+
573
568
[OptionsScreen]
574
569
ControlType = COLLECTIONBOX
575
570
Parent = root
576
571
X = 80
577
- Y = 114
572
+ Y = 140
578
573
Width = 480
579
574
Height = 246
580
575
Visible = True
@@ -588,20 +583,35 @@ DrawColor = 62
588
583
[ButtonFullscreen]
589
584
ControlType = BUTTON
590
585
Parent = OptionsScreen
591
- X = 16
592
- Y = 18
593
- Width = 100
594
- Height = 28
586
+ X = 12
587
+ Y = 34
588
+ Width = 66
589
+ Height = 18
595
590
Visible = True
596
591
Enabled = True
597
592
Name = ButtonFullscreen
598
593
Anchor = Left, Top
599
- Text = Go Fullscreen
594
+ ToolTip =
595
+ Text = Fullscreen
596
+
597
+ [ButtonUpscaledFullscreen]
598
+ ControlType = BUTTON
599
+ Parent = OptionsScreen
600
+ X = 82
601
+ Y = 34
602
+ Width = 120
603
+ Height = 18
604
+ Visible = True
605
+ Enabled = True
606
+ Name = ButtonUpscaledFullscreen
607
+ Anchor = Left, Top
608
+ ToolTip =
609
+ Text = Upscaled Fullscreen
600
610
601
611
[LabelResolution]
602
612
ControlType = LABEL
603
613
Parent = OptionsScreen
604
- X = 136
614
+ X = 14
605
615
Y = 18
606
616
Width = 100
607
617
Height = 10
@@ -613,33 +623,18 @@ Text = Fit Display Size:
613
623
HAlignment = left
614
624
VAlignment = middle
615
625
616
- [LabelResolutionNotice]
617
- ControlType = LABEL
618
- Parent = OptionsScreen
619
- X = 12
620
- Y = 152
621
- Width = 456
622
- Height = 28
623
- Visible = True
624
- Enabled = True
625
- Name = LabelResolutionNotice
626
- Anchor = Left, Top
627
- Text = Resolution Change Requires Restart!
628
- HAlignment = centre
629
- VAlignment = middle
630
-
631
626
[ComboResolution]
632
627
ControlType = COMBOBOX
633
628
Parent = OptionsScreen
634
- X = 128
635
- Y = 30
636
- Width = 108
629
+ X = 98
630
+ Y = 15
631
+ Width = 138
637
632
Height = 16
638
633
Visible = True
639
634
Enabled = True
640
635
Name = ComboResolution
641
636
Anchor = Left, Top
642
- DropHeight = 66
637
+ DropHeight = 132
643
638
DropDownStyle = DropDownList
644
639
645
640
[LabelSoundVolume]
@@ -865,7 +860,6 @@ ToolTip =
865
860
Checked = Checked
866
861
Text = O
867
862
868
-
869
863
[BoxP2Controls]
870
864
ControlType = COLLECTIONBOX
871
865
Parent = OptionsScreen
@@ -1433,11 +1427,107 @@ ToolTip = If disabled may greatly improve performance at a cost of slightly more
1433
1427
Checked = Checked
1434
1428
Text = Precise collisions. Disable to improve performance at a cost of less accurate collisions
1435
1429
1430
+ ///////////////////////////////////////////////////////////////////////
1431
+ // Resolution Change Dialog
1432
+
1433
+ [ResolutionChangeDialog]
1434
+ ControlType = COLLECTIONBOX
1435
+ Parent = root
1436
+ X = 163
1437
+ Y = 0
1438
+ Width = 155
1439
+ Height = 86
1440
+ Visible = False
1441
+ Enabled = True
1442
+ Name = ResolutionChangeDialog
1443
+ Anchor = Left, Top
1444
+ ToolTip =
1445
+ DrawBackground = True
1446
+ DrawType = Image
1447
+ DrawColor = 62
1448
+
1449
+ [LabelResolutionChangeNotice]
1450
+ ControlType = LABEL
1451
+ Parent = ResolutionChangeDialog
1452
+ X = 0
1453
+ Y = 5
1454
+ Width = 155
1455
+ Height = 30
1456
+ Visible = True
1457
+ Enabled = True
1458
+ Name = LabelResolutionChangeNotice
1459
+ Anchor = Left, Top
1460
+ ToolTip =
1461
+ Text = Resolution change during an Activity requires ending it.
1462
+ HAlignment = centre
1463
+ VAlignment = top
1464
+
1465
+ [LabelResolutionChangeProceed]
1466
+ ControlType = LABEL
1467
+ Parent = ResolutionChangeDialog
1468
+ X = 0
1469
+ Y = 40
1470
+ Width = 155
1471
+ Height = 15
1472
+ Visible = True
1473
+ Enabled = True
1474
+ Name = LabelResolutionChangeProceed
1475
+ Anchor = Left, Top
1476
+ ToolTip =
1477
+ Text = Do you want to proceed?
1478
+ HAlignment = centre
1479
+ VAlignment = top
1480
+
1481
+ [ButtonConfirmResolutionChangeFullscreen]
1482
+ ControlType = BUTTON
1483
+ Parent = ResolutionChangeDialog
1484
+ X = 5
1485
+ Y = 60
1486
+ Width = 70
1487
+ Height = 20
1488
+ Visible = False
1489
+ Enabled = True
1490
+ Name = ButtonConfirmResolutionChangeFullscreen
1491
+ Anchor = Left, Top
1492
+ ToolTip =
1493
+ Text = OK
1494
+
1495
+ [ButtonConfirmResolutionChange]
1496
+ ControlType = BUTTON
1497
+ Parent = ResolutionChangeDialog
1498
+ X = 5
1499
+ Y = 60
1500
+ Width = 70
1501
+ Height = 20
1502
+ Visible = False
1503
+ Enabled = True
1504
+ Name = ButtonConfirmResolutionChange
1505
+ Anchor = Left, Top
1506
+ ToolTip =
1507
+ Text = OK
1508
+
1509
+ [ButtonCancelResolutionChange]
1510
+ ControlType = BUTTON
1511
+ Parent = ResolutionChangeDialog
1512
+ X = 80
1513
+ Y = 60
1514
+ Width = 70
1515
+ Height = 20
1516
+ Visible = True
1517
+ Enabled = True
1518
+ Name = ButtonCancelResolutionChange
1519
+ Anchor = Left, Top
1520
+ ToolTip =
1521
+ Text = Cancel
1522
+
1523
+ ///////////////////////////////////////////////////////////////////////
1524
+ // Control Config Screen
1525
+
1436
1526
[ConfigScreen]
1437
1527
ControlType = COLLECTIONBOX
1438
1528
Parent = root
1439
1529
X = 124
1440
- Y = 124
1530
+ Y = 140
1441
1531
Width = 392
1442
1532
Height = 186
1443
1533
Visible = True
@@ -1723,11 +1813,14 @@ Name = ButtonConfigXBox360Type
1723
1813
Anchor = Left, Top
1724
1814
Text = 360 Preset
1725
1815
1816
+ ///////////////////////////////////////////////////////////////////////
1817
+ // Editor Screen
1818
+
1726
1819
[EditorScreen]
1727
1820
ControlType = COLLECTIONBOX
1728
1821
Parent = root
1729
1822
X = 256
1730
- Y = 132
1823
+ Y = 140
1731
1824
Width = 128
1732
1825
Height = 148
1733
1826
Visible = True
@@ -1818,13 +1911,16 @@ Name = ButtonActorEditor
1818
1911
Anchor = Left, Top
1819
1912
Text = Actor Viewer
1820
1913
1914
+ ///////////////////////////////////////////////////////////////////////
1915
+ // Credits Screen
1916
+
1821
1917
[CreditsScreen]
1822
1918
ControlType = COLLECTIONBOX
1823
1919
Parent = root
1824
1920
X = 20
1825
1921
Y = 132
1826
1922
Width = 600
1827
- Height = 132
1923
+ Height = 280
1828
1924
Visible = True
1829
1925
Enabled = True
1830
1926
Name = CreditsScreen
@@ -1876,11 +1972,14 @@ Name = ButtonBackToMain
1876
1972
Anchor = Left, Top
1877
1973
Text = Back to Main Menu
1878
1974
1975
+ ///////////////////////////////////////////////////////////////////////
1976
+ // MetaGame Screen
1977
+
1879
1978
[MetaScreen]
1880
1979
ControlType = COLLECTIONBOX
1881
1980
Parent = root
1882
1981
X = 20
1883
- Y = 132
1982
+ Y = 140
1884
1983
Width = 600
1885
1984
Height = 132
1886
1985
Visible = True
@@ -1895,7 +1994,7 @@ DrawColor = 62
1895
1994
ControlType = LABEL
1896
1995
Parent = MetaScreen
1897
1996
X = 0
1898
- Y = 8
1997
+ Y = 0
1899
1998
Width = 600
1900
1999
Height = 300
1901
2000
Visible = True
@@ -1910,7 +2009,7 @@ VAlignment = top
1910
2009
ControlType = BUTTON
1911
2010
Parent = root
1912
2011
X = 260
1913
- Y = 256
2012
+ Y = 255
1914
2013
Width = 120
1915
2014
Height = 20
1916
2015
Visible = True
@@ -2001,11 +2100,14 @@ Name = QuitCancelButton
2001
2100
Anchor = Bottom, Right
2002
2101
Text = Cancel
2003
2102
2103
+ ///////////////////////////////////////////////////////////////////////
2104
+ // Mod Manager Screen
2105
+
2004
2106
[ModManagerScreen]
2005
2107
ControlType = COLLECTIONBOX
2006
2108
Parent = root
2007
2109
X = 105
2008
- Y = 15
2110
+ Y = 140
2009
2111
Width = 430
2010
2112
Height = 330
2011
2113
Visible = True
@@ -2017,7 +2119,6 @@ DrawBackground = True
2017
2119
DrawType = Image
2018
2120
DrawColor = 62
2019
2121
2020
-
2021
2122
[LabelModManager]
2022
2123
ControlType = LABEL
2023
2124
Parent = ModManagerScreen
0 commit comments