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

Commit e6ca52a

Browse files
committed
Rearrange display settings in options menu and add button for upscale fullscreen
1 parent 4aa1388 commit e6ca52a

File tree

1 file changed

+25
-42
lines changed

1 file changed

+25
-42
lines changed

Base.rte/GUIs/MainMenuGUI.ini

Lines changed: 25 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,6 @@ DrawBackground = False
1313
DrawType = Color
1414
DrawColor = 8
1515

16-
/*
17-
[LabelDebug]
18-
ControlType = LABEL
19-
Parent = root
20-
X = 0
21-
Y = 40
22-
Width = 256
23-
Height = 10
24-
Visible = True
25-
Enabled = True
26-
Name = LabelDebug
27-
Anchor = Left, Top
28-
Text = Debug
29-
HAlignment = centre
30-
VAlignment = middle
31-
*/
32-
3316
[MainScreen]
3417
ControlType = COLLECTIONBOX
3518
Parent = root
@@ -588,20 +571,35 @@ DrawColor = 62
588571
[ButtonFullscreen]
589572
ControlType = BUTTON
590573
Parent = OptionsScreen
591-
X = 16
592-
Y = 18
593-
Width = 100
594-
Height = 28
574+
X = 12
575+
Y = 34
576+
Width = 66
577+
Height = 18
595578
Visible = True
596579
Enabled = True
597580
Name = ButtonFullscreen
598581
Anchor = Left, Top
599-
Text = Go Fullscreen
582+
ToolTip =
583+
Text = Fullscreen
584+
585+
[ButtonUpscaledFullscreen]
586+
ControlType = BUTTON
587+
Parent = OptionsScreen
588+
X = 82
589+
Y = 34
590+
Width = 120
591+
Height = 18
592+
Visible = True
593+
Enabled = True
594+
Name = ButtonUpscaledFullscreen
595+
Anchor = Left, Top
596+
ToolTip =
597+
Text = Upscaled Fullscreen
600598

601599
[LabelResolution]
602600
ControlType = LABEL
603601
Parent = OptionsScreen
604-
X = 136
602+
X = 14
605603
Y = 18
606604
Width = 100
607605
Height = 10
@@ -613,33 +611,18 @@ Text = Fit Display Size:
613611
HAlignment = left
614612
VAlignment = middle
615613

616-
[LabelResolutionNotice]
617-
ControlType = LABEL
618-
Parent = OptionsScreen
619-
X = 12
620-
Y = 152
621-
Width = 456
622-
Height = 28
623-
Visible = True
624-
Enabled = True
625-
Name = LabelResolutionNotice
626-
Anchor = Left, Top
627-
Text = Resolution Change Requires Restart!
628-
HAlignment = centre
629-
VAlignment = middle
630-
631614
[ComboResolution]
632615
ControlType = COMBOBOX
633616
Parent = OptionsScreen
634-
X = 128
635-
Y = 30
636-
Width = 108
617+
X = 98
618+
Y = 15
619+
Width = 138
637620
Height = 16
638621
Visible = True
639622
Enabled = True
640623
Name = ComboResolution
641624
Anchor = Left, Top
642-
DropHeight = 66
625+
DropHeight = 132
643626
DropDownStyle = DropDownList
644627

645628
[LabelSoundVolume]

0 commit comments

Comments
 (0)