This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +39
-24
lines changed Expand file tree Collapse file tree 1 file changed +39
-24
lines changed Original file line number Diff line number Diff line change @@ -1813,6 +1813,19 @@ Name = ButtonConfigXBox360Type
1813
1813
Anchor = Left, Top
1814
1814
Text = 360 Preset
1815
1815
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
+
1816
1829
///////////////////////////////////////////////////////////////////////
1817
1830
// Editor Screen
1818
1831
@@ -1822,7 +1835,7 @@ Parent = root
1822
1835
X = 256
1823
1836
Y = 140
1824
1837
Width = 128
1825
- Height = 148
1838
+ Height = 170
1826
1839
Visible = True
1827
1840
Enabled = True
1828
1841
Name = EditorScreen
@@ -1920,7 +1933,7 @@ Parent = root
1920
1933
X = 20
1921
1934
Y = 132
1922
1935
Width = 600
1923
- Height = 280
1936
+ Height = 320
1924
1937
Visible = True
1925
1938
Enabled = True
1926
1939
Name = CreditsScreen
@@ -1933,9 +1946,9 @@ DrawColor = 62
1933
1946
ControlType = COLLECTIONBOX
1934
1947
Parent = CreditsScreen
1935
1948
X = 0
1936
- Y = 124
1949
+ Y = 0
1937
1950
Width = 600
1938
- Height = 300
1951
+ Height = 280
1939
1952
Visible = True
1940
1953
Enabled = True
1941
1954
Name = CreditsPanel
@@ -1981,7 +1994,7 @@ Parent = root
1981
1994
X = 20
1982
1995
Y = 140
1983
1996
Width = 600
1984
- Height = 132
1997
+ Height = 160
1985
1998
Visible = True
1986
1999
Enabled = True
1987
2000
Name = MetaScreen
@@ -2007,9 +2020,9 @@ VAlignment = top
2007
2020
2008
2021
[ButtonTutorial]
2009
2022
ControlType = BUTTON
2010
- Parent = root
2011
- X = 260
2012
- Y = 255
2023
+ Parent = MetaScreen
2024
+ X = 240
2025
+ Y = 115
2013
2026
Width = 120
2014
2027
Height = 20
2015
2028
Visible = True
@@ -2020,9 +2033,9 @@ Text = Play Tutorial
2020
2033
2021
2034
[ButtonContinue]
2022
2035
ControlType = BUTTON
2023
- Parent = root
2024
- X = 260
2025
- Y = 280
2036
+ Parent = MetaScreen
2037
+ X = 240
2038
+ Y = 140
2026
2039
Width = 120
2027
2040
Height = 20
2028
2041
Visible = True
@@ -2031,19 +2044,6 @@ Name = ButtonContinue
2031
2044
Anchor = Left, Top
2032
2045
Text = Continue to Campaign
2033
2046
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
-
2047
2047
[QuitConfirmBox]
2048
2048
ControlType = COLLECTIONBOX
2049
2049
Parent = root
@@ -2252,3 +2252,18 @@ Name = ButtonExitModManager
2252
2252
Anchor = Left, Top
2253
2253
ToolTip =
2254
2254
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
You can’t perform that action at this time.
0 commit comments