@@ -13,11 +13,14 @@ DrawBackground = False
1313DrawType = Color
1414DrawColor = 8
1515
16+ ///////////////////////////////////////////////////////////////////////
17+ // Main Screen
18+
1619[MainScreen]
1720ControlType = COLLECTIONBOX
1821Parent = root
1922X = 256
20- Y = 120
23+ Y = 140
2124Width = 128
2225Height = 172
2326Visible = True
@@ -145,11 +148,14 @@ Name = ButtonResume
145148Anchor = Left, Top
146149Text = Resume Game
147150
151+ ///////////////////////////////////////////////////////////////////////
152+ // Players Screen
153+
148154[PlayersScreen]
149155ControlType = COLLECTIONBOX
150156Parent = root
151157X = 256
152- Y = 132
158+ Y = 140
153159Width = 128
154160Height = 124
155161Visible = True
@@ -242,6 +248,9 @@ Name = ButtonFourPlayers
242248Anchor = Left, Top
243249Text = Four
244250
251+ ///////////////////////////////////////////////////////////////////////
252+ // Scenario Screen
253+
245254[SkirmishScreen]
246255ControlType = COLLECTIONBOX
247256Parent = root
@@ -553,11 +562,14 @@ Name = ButtonStartDeath
553562Anchor = Left, Top
554563Text = Death
555564
565+ ///////////////////////////////////////////////////////////////////////
566+ // Options Screen
567+
556568[OptionsScreen]
557569ControlType = COLLECTIONBOX
558570Parent = root
559571X = 80
560- Y = 114
572+ Y = 140
561573Width = 480
562574Height = 246
563575Visible = True
@@ -1504,11 +1516,15 @@ Name = ButtonCancelResolutionChange
15041516Anchor = Left, Top
15051517ToolTip =
15061518Text = Cancel
1519+
1520+ ///////////////////////////////////////////////////////////////////////
1521+ // Control Config Screen
1522+
15071523[ConfigScreen]
15081524ControlType = COLLECTIONBOX
15091525Parent = root
15101526X = 124
1511- Y = 124
1527+ Y = 140
15121528Width = 392
15131529Height = 186
15141530Visible = True
@@ -1794,11 +1810,14 @@ Name = ButtonConfigXBox360Type
17941810Anchor = Left, Top
17951811Text = 360 Preset
17961812
1813+ ///////////////////////////////////////////////////////////////////////
1814+ // Editor Screen
1815+
17971816[EditorScreen]
17981817ControlType = COLLECTIONBOX
17991818Parent = root
18001819X = 256
1801- Y = 132
1820+ Y = 140
18021821Width = 128
18031822Height = 148
18041823Visible = True
@@ -1889,13 +1908,16 @@ Name = ButtonActorEditor
18891908Anchor = Left, Top
18901909Text = Actor Viewer
18911910
1911+ ///////////////////////////////////////////////////////////////////////
1912+ // Credits Screen
1913+
18921914[CreditsScreen]
18931915ControlType = COLLECTIONBOX
18941916Parent = root
18951917X = 20
18961918Y = 132
18971919Width = 600
1898- Height = 132
1920+ Height = 280
18991921Visible = True
19001922Enabled = True
19011923Name = CreditsScreen
@@ -1947,11 +1969,14 @@ Name = ButtonBackToMain
19471969Anchor = Left, Top
19481970Text = Back to Main Menu
19491971
1972+ ///////////////////////////////////////////////////////////////////////
1973+ // MetaGame Screen
1974+
19501975[MetaScreen]
19511976ControlType = COLLECTIONBOX
19521977Parent = root
19531978X = 20
1954- Y = 132
1979+ Y = 140
19551980Width = 600
19561981Height = 132
19571982Visible = True
@@ -1966,7 +1991,7 @@ DrawColor = 62
19661991ControlType = LABEL
19671992Parent = MetaScreen
19681993X = 0
1969- Y = 8
1994+ Y = 0
19701995Width = 600
19711996Height = 300
19721997Visible = True
@@ -1981,7 +2006,7 @@ VAlignment = top
19812006ControlType = BUTTON
19822007Parent = root
19832008X = 260
1984- Y = 256
2009+ Y = 255
19852010Width = 120
19862011Height = 20
19872012Visible = True
@@ -2072,11 +2097,14 @@ Name = QuitCancelButton
20722097Anchor = Bottom, Right
20732098Text = Cancel
20742099
2100+ ///////////////////////////////////////////////////////////////////////
2101+ // Mod Manager Screen
2102+
20752103[ModManagerScreen]
20762104ControlType = COLLECTIONBOX
20772105Parent = root
20782106X = 105
2079- Y = 15
2107+ Y = 140
20802108Width = 430
20812109Height = 330
20822110Visible = True
0 commit comments