[gd_scene load_steps=2 format=2] [ext_resource path="res://main.gd" type="Script" id=1] [node name="Control" type="Control"] anchor_left = 0.0136719 anchor_top = 0.0166667 anchor_right = 0.986328 anchor_bottom = 0.983333 margin_top = 4.32134e-07 margin_bottom = -9.53674e-06 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": true } [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 custom_constants/separation = 50 __meta__ = { "_edit_use_anchors_": true } [node name="Singleplayer" type="Button" parent="VBoxContainer"] margin_right = 995.0 margin_bottom = 20.0 text = "Start Singleplayer" __meta__ = { "_edit_use_anchors_": false } [node name="CreateLobbyButton" type="Button" parent="VBoxContainer"] margin_top = 70.0 margin_right = 995.0 margin_bottom = 90.0 text = "Create Lobby" [node name="JoinLobbyButton" type="Button" parent="VBoxContainer"] margin_top = 140.0 margin_right = 995.0 margin_bottom = 160.0 text = "Join Lobby" __meta__ = { "_edit_use_anchors_": false } [node name="Server" type="Node" parent="."] [connection signal="pressed" from="VBoxContainer/Singleplayer" to="." method="_on_Singleplayer_pressed"]