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

Commit 691b1e7

Browse files
authored
Merge pull request #61 from cortex-command-community/version-number
Version number and relative positions
2 parents 4f46182 + c579aec commit 691b1e7

File tree

1 file changed

+39
-24
lines changed

1 file changed

+39
-24
lines changed

Base.rte/GUIs/MainMenuGUI.ini

Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,6 +1813,19 @@ Name = ButtonConfigXBox360Type
18131813
Anchor = Left, Top
18141814
Text = 360 Preset
18151815

1816+
[ButtonBackToOptions]
1817+
ControlType = BUTTON
1818+
Parent = ConfigScreen
1819+
X = 136
1820+
Y = 140
1821+
Width = 120
1822+
Height = 20
1823+
Visible = True
1824+
Enabled = True
1825+
Name = ButtonBackToOptions
1826+
Anchor = Left, Top
1827+
Text = Back to Options
1828+
18161829
///////////////////////////////////////////////////////////////////////
18171830
// Editor Screen
18181831

@@ -1822,7 +1835,7 @@ Parent = root
18221835
X = 256
18231836
Y = 140
18241837
Width = 128
1825-
Height = 148
1838+
Height = 170
18261839
Visible = True
18271840
Enabled = True
18281841
Name = EditorScreen
@@ -1920,7 +1933,7 @@ Parent = root
19201933
X = 20
19211934
Y = 132
19221935
Width = 600
1923-
Height = 280
1936+
Height = 320
19241937
Visible = True
19251938
Enabled = True
19261939
Name = CreditsScreen
@@ -1933,9 +1946,9 @@ DrawColor = 62
19331946
ControlType = COLLECTIONBOX
19341947
Parent = CreditsScreen
19351948
X = 0
1936-
Y = 124
1949+
Y = 0
19371950
Width = 600
1938-
Height = 300
1951+
Height = 280
19391952
Visible = True
19401953
Enabled = True
19411954
Name = CreditsPanel
@@ -1981,7 +1994,7 @@ Parent = root
19811994
X = 20
19821995
Y = 140
19831996
Width = 600
1984-
Height = 132
1997+
Height = 160
19851998
Visible = True
19861999
Enabled = True
19872000
Name = MetaScreen
@@ -2007,9 +2020,9 @@ VAlignment = top
20072020

20082021
[ButtonTutorial]
20092022
ControlType = BUTTON
2010-
Parent = root
2011-
X = 260
2012-
Y = 255
2023+
Parent = MetaScreen
2024+
X = 240
2025+
Y = 115
20132026
Width = 120
20142027
Height = 20
20152028
Visible = True
@@ -2020,9 +2033,9 @@ Text = Play Tutorial
20202033

20212034
[ButtonContinue]
20222035
ControlType = BUTTON
2023-
Parent = root
2024-
X = 260
2025-
Y = 280
2036+
Parent = MetaScreen
2037+
X = 240
2038+
Y = 140
20262039
Width = 120
20272040
Height = 20
20282041
Visible = True
@@ -2031,19 +2044,6 @@ Name = ButtonContinue
20312044
Anchor = Left, Top
20322045
Text = Continue to Campaign
20332046

2034-
[ButtonBackToOptions]
2035-
ControlType = BUTTON
2036-
Parent = root
2037-
X = 260
2038-
Y = 280
2039-
Width = 120
2040-
Height = 20
2041-
Visible = True
2042-
Enabled = True
2043-
Name = ButtonBackToOptions
2044-
Anchor = Left, Top
2045-
Text = Back to Options
2046-
20472047
[QuitConfirmBox]
20482048
ControlType = COLLECTIONBOX
20492049
Parent = root
@@ -2252,3 +2252,18 @@ Name = ButtonExitModManager
22522252
Anchor = Left, Top
22532253
ToolTip =
22542254
Text = Exit
2255+
2256+
[VersionLabel]
2257+
ControlType = LABEL
2258+
X = 0
2259+
Y = 0
2260+
Width = 200
2261+
Height = 50
2262+
Visible = True
2263+
Enabled = True
2264+
Name = VersionLabel
2265+
Anchor = Left, Top
2266+
Text = Version Number
2267+
Tooltip = Released on
2268+
HAlignment = left
2269+
VAlignment = top

0 commit comments

Comments
 (0)