summaryrefslogtreecommitdiff
path: root/Network
diff options
context:
space:
mode:
Diffstat (limited to 'Network')
-rw-r--r--Network/Lobby.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/Network/Lobby.tscn b/Network/Lobby.tscn
index 7e8c52a..cbe5be9 100644
--- a/Network/Lobby.tscn
+++ b/Network/Lobby.tscn
@@ -1,6 +1,7 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=3 format=2]
[ext_resource path="res://Network/Lobby.gd" type="Script" id=1]
+[ext_resource path="res://UI/Menu/MenuButton.tscn" type="PackedScene" id=2]
[node name="Lobby" type="Control"]
anchor_right = 1.0
@@ -118,6 +119,10 @@ text = "<"
visible = true
margin_right = 83.0
margin_bottom = 58.0
+
+[node name="MenuButton" parent="." instance=ExtResource( 2 )]
+margin_left = 976.0
+margin_right = 0.0
[connection signal="pressed" from="Connect/Host" to="." method="_on_Host_pressed"]
[connection signal="pressed" from="Connect/Join" to="." method="_on_Join_pressed"]
[connection signal="pressed" from="Players/Start" to="." method="_on_Start_pressed"]