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

Commit 542afb8

Browse files
committed
Minor changes to main menu layout
1 parent c6527d0 commit 542afb8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Base.rte/GUIs/MainMenuGUI.ini

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Visible = True
6868
Enabled = True
6969
Name = ButtonMainToMultiplayer
7070
Anchor = Left, Top
71-
Text = Multiplayer Battle
71+
Text = Online Multiplayer
7272

7373
[ButtonMainToOptions]
7474
ControlType = BUTTON
@@ -81,7 +81,7 @@ Visible = True
8181
Enabled = True
8282
Name = ButtonMainToOptions
8383
Anchor = Left, Top
84-
Text = Options & Controls
84+
Text = Settings
8585

8686
[ButtonMainToModManager]
8787
ControlType = BUTTON
@@ -369,9 +369,9 @@ Text = Continue to Campaign
369369
[QuitConfirmBox]
370370
ControlType = COLLECTIONBOX
371371
Parent = root
372-
X = 10
373-
Y = 10
374-
Width = 128
372+
X = 0
373+
Y = 0
374+
Width = 134
375375
Height = 70
376376
Visible = True
377377
Enabled = True
@@ -385,9 +385,9 @@ DrawColor = 0
385385
ControlType = LABEL
386386
Parent = QuitConfirmBox
387387
X = 10
388-
Y = 10
389-
Width = 110
390-
Height = 31
388+
Y = 5
389+
Width = 114
390+
Height = 40
391391
Visible = True
392392
Enabled = True
393393
Name = QuitConfirmLabel
@@ -401,20 +401,20 @@ ControlType = BUTTON
401401
Parent = QuitConfirmBox
402402
X = 5
403403
Y = 45
404-
Width = 55
404+
Width = 60
405405
Height = 20
406406
Visible = True
407407
Enabled = True
408408
Name = QuitConfirmButton
409409
Anchor = Left, Bottom
410-
Text = OK
410+
Text = Quit
411411

412412
[QuitCancelButton]
413413
ControlType = BUTTON
414414
Parent = QuitConfirmBox
415-
X = 63
415+
X = 68
416416
Y = 45
417-
Width = 60
417+
Width = 61
418418
Height = 20
419419
Visible = True
420420
Enabled = True

0 commit comments

Comments
 (0)