Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 0ea2ce1

Browse files
committed
Change some offsets for better alignment of different screens and elements
Add some dividers so I don't get lost in this trainwreck
1 parent 6548a92 commit 0ea2ce1

File tree

1 file changed

+38
-10
lines changed

1 file changed

+38
-10
lines changed

Base.rte/GUIs/MainMenuGUI.ini

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ DrawBackground = False
1313
DrawType = Color
1414
DrawColor = 8
1515

16+
///////////////////////////////////////////////////////////////////////
17+
// Main Screen
18+
1619
[MainScreen]
1720
ControlType = COLLECTIONBOX
1821
Parent = root
1922
X = 256
20-
Y = 120
23+
Y = 140
2124
Width = 128
2225
Height = 172
2326
Visible = True
@@ -145,11 +148,14 @@ Name = ButtonResume
145148
Anchor = Left, Top
146149
Text = Resume Game
147150

151+
///////////////////////////////////////////////////////////////////////
152+
// Players Screen
153+
148154
[PlayersScreen]
149155
ControlType = COLLECTIONBOX
150156
Parent = root
151157
X = 256
152-
Y = 132
158+
Y = 140
153159
Width = 128
154160
Height = 124
155161
Visible = True
@@ -242,6 +248,9 @@ Name = ButtonFourPlayers
242248
Anchor = Left, Top
243249
Text = Four
244250

251+
///////////////////////////////////////////////////////////////////////
252+
// Scenario Screen
253+
245254
[SkirmishScreen]
246255
ControlType = COLLECTIONBOX
247256
Parent = root
@@ -553,11 +562,14 @@ Name = ButtonStartDeath
553562
Anchor = Left, Top
554563
Text = Death
555564

565+
///////////////////////////////////////////////////////////////////////
566+
// Options Screen
567+
556568
[OptionsScreen]
557569
ControlType = COLLECTIONBOX
558570
Parent = root
559571
X = 80
560-
Y = 114
572+
Y = 140
561573
Width = 480
562574
Height = 246
563575
Visible = True
@@ -1504,11 +1516,15 @@ Name = ButtonCancelResolutionChange
15041516
Anchor = Left, Top
15051517
ToolTip =
15061518
Text = Cancel
1519+
1520+
///////////////////////////////////////////////////////////////////////
1521+
// Control Config Screen
1522+
15071523
[ConfigScreen]
15081524
ControlType = COLLECTIONBOX
15091525
Parent = root
15101526
X = 124
1511-
Y = 124
1527+
Y = 140
15121528
Width = 392
15131529
Height = 186
15141530
Visible = True
@@ -1794,11 +1810,14 @@ Name = ButtonConfigXBox360Type
17941810
Anchor = Left, Top
17951811
Text = 360 Preset
17961812

1813+
///////////////////////////////////////////////////////////////////////
1814+
// Editor Screen
1815+
17971816
[EditorScreen]
17981817
ControlType = COLLECTIONBOX
17991818
Parent = root
18001819
X = 256
1801-
Y = 132
1820+
Y = 140
18021821
Width = 128
18031822
Height = 148
18041823
Visible = True
@@ -1889,13 +1908,16 @@ Name = ButtonActorEditor
18891908
Anchor = Left, Top
18901909
Text = Actor Viewer
18911910

1911+
///////////////////////////////////////////////////////////////////////
1912+
// Credits Screen
1913+
18921914
[CreditsScreen]
18931915
ControlType = COLLECTIONBOX
18941916
Parent = root
18951917
X = 20
18961918
Y = 132
18971919
Width = 600
1898-
Height = 132
1920+
Height = 280
18991921
Visible = True
19001922
Enabled = True
19011923
Name = CreditsScreen
@@ -1947,11 +1969,14 @@ Name = ButtonBackToMain
19471969
Anchor = Left, Top
19481970
Text = Back to Main Menu
19491971

1972+
///////////////////////////////////////////////////////////////////////
1973+
// MetaGame Screen
1974+
19501975
[MetaScreen]
19511976
ControlType = COLLECTIONBOX
19521977
Parent = root
19531978
X = 20
1954-
Y = 132
1979+
Y = 140
19551980
Width = 600
19561981
Height = 132
19571982
Visible = True
@@ -1966,7 +1991,7 @@ DrawColor = 62
19661991
ControlType = LABEL
19671992
Parent = MetaScreen
19681993
X = 0
1969-
Y = 8
1994+
Y = 0
19701995
Width = 600
19711996
Height = 300
19721997
Visible = True
@@ -1981,7 +2006,7 @@ VAlignment = top
19812006
ControlType = BUTTON
19822007
Parent = root
19832008
X = 260
1984-
Y = 256
2009+
Y = 255
19852010
Width = 120
19862011
Height = 20
19872012
Visible = True
@@ -2072,11 +2097,14 @@ Name = QuitCancelButton
20722097
Anchor = Bottom, Right
20732098
Text = Cancel
20742099

2100+
///////////////////////////////////////////////////////////////////////
2101+
// Mod Manager Screen
2102+
20752103
[ModManagerScreen]
20762104
ControlType = COLLECTIONBOX
20772105
Parent = root
20782106
X = 105
2079-
Y = 15
2107+
Y = 140
20802108
Width = 430
20812109
Height = 330
20822110
Visible = True

0 commit comments

Comments
 (0)