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

Commit a70abc1

Browse files
committed
Add back to main menu button to online multiplayer layout
1 parent 542afb8 commit a70abc1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Base.rte/GUIs/MultiplayerGameGUI.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,16 @@ Name = StatusLabel
221221
Anchor = Left, Top
222222
Text = To end current activity all players must press and hold BACKSPACE. Hold CTRL, ALT or SHIFT to check ping.
223223
HAlignment = Center
224+
225+
[ButtonBackToMain]
226+
ControlType = BUTTON
227+
Parent = base
228+
X = 260
229+
Y = 340
230+
Width = 120
231+
Height = 20
232+
Visible = True
233+
Enabled = True
234+
Name = ButtonBackToMain
235+
Anchor = Left, Top
236+
Text = Back to Main Menu

0 commit comments

Comments
 (0)