[gd_scene load_steps=2 format=3 uid="uid://bqfqg7xwwlxd8"] [ext_resource type="PackedScene" path="res://Scenes/Network/networking.tscn" id="1_vrong"] [node name="MainMenu" type="MainMenu"] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 4 [node name="Container" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -228.512 offset_top = -89.5 offset_right = 228.512 offset_bottom = 89.5 grow_horizontal = 2 grow_vertical = 2 [node name="JoinButton" type="Button" parent="Container"] layout_mode = 2 theme_override_font_sizes/font_size = 35 text = "Join Game" [node name="CreateButton" type="Button" parent="Container"] layout_mode = 2 theme_override_font_sizes/font_size = 35 text = "Create Game" [node name="QuitButton" type="Button" parent="Container"] layout_mode = 2 theme_override_font_sizes/font_size = 35 text = "Quit" [node name="Lobby" parent="." instance=ExtResource("1_vrong")]