Skip to content

Commit ef89df3

Browse files
committed
PauseMenu GUI mod manager button
1 parent d02eed0 commit ef89df3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Data/Base.rte/GUIs/PauseMenuGUI.ini

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,24 @@ Name = ButtonSettings
8181
Anchor = Left, Top
8282
Text = Settings
8383

84+
[ButtonModManager]
85+
ControlType = BUTTON
86+
Parent = PauseScreen
87+
X = 0
88+
Y = 100
89+
Width = 160
90+
Height = 20
91+
Visible = True
92+
Enabled = True
93+
Name = ButtonModManager
94+
Anchor = Left, Top
95+
Text = Mod Manager
96+
8497
[ButtonResume]
8598
ControlType = BUTTON
8699
Parent = PauseScreen
87100
X = 0
88-
Y = 120
101+
Y = 140
89102
Width = 114
90103
Height = 20
91104
Visible = True

0 commit comments

Comments
 (0)