[gd_scene load_steps=2 format=2] [ext_resource path="res://src/menu.gd" type="Script" id=1] [node name="menu" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_left = 0.5 anchor_right = 0.5 margin_left = -42.5 margin_top = 50.0 margin_right = 42.5 margin_bottom = 40.0 custom_constants/separation = 50 [node name="serverz" type="Button" parent="VBoxContainer"] margin_right = 124.0 margin_bottom = 20.0 text = "start server" [node name="label francesco 2" type="Label" parent="VBoxContainer"] margin_top = 70.0 margin_right = 124.0 margin_bottom = 84.0 text = "--- oppure ---" align = 1 [node name="clientz" type="Button" parent="VBoxContainer"] margin_top = 134.0 margin_right = 124.0 margin_bottom = 154.0 text = "connect to server" [node name="label francesco" type="Label" parent="VBoxContainer"] margin_top = 204.0 margin_right = 124.0 margin_bottom = 218.0 text = "IP ADDRESS:" align = 1 [node name="ipaddr" type="LineEdit" parent="VBoxContainer"] margin_top = 268.0 margin_right = 124.0 margin_bottom = 292.0 text = "127.0.0.1" caret_blink = true caret_blink_speed = 0.5 [connection signal="button_down" from="VBoxContainer/serverz" to="." method="_on_serverz_click"] [connection signal="button_down" from="VBoxContainer/clientz" to="." method="_on_clientz_click"]