Commit Diff


commit - e2898e693d4d8c3735b6ec9912e7922dba75027e
commit + 84bacbd88d1491c58de733f178bbacbac430fe3e
blob - 6018cd12012a58f5b7b5b8e2ad56c049b3855812
blob + 1154a4612bad699d3b59a08569e89550fd1b46bb
--- src/menu.tscn
+++ src/menu.tscn
@@ -1,4 +1,3 @@
-
 [gd_scene load_steps=2 format=2]
 
 [ext_resource path="res://src/menu.gd" type="Script" id=1]
@@ -18,37 +17,34 @@ margin_bottom = 40.0
 custom_constants/separation = 50
 
 [node name="serverz" type="Button" parent="VBoxContainer"]
-margin_right = 141.0
+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 = 141.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 = 141.0
+margin_right = 124.0
 margin_bottom = 154.0
 text = "connect to server"
 
-[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
+[node name="label francesco" type="Label" parent="VBoxContainer"]
 margin_top = 204.0
-margin_right = 141.0
-margin_bottom = 228.0
-
-[node name="label francesco" type="Label" parent="VBoxContainer/HBoxContainer"]
-margin_top = 5.0
-margin_right = 79.0
-margin_bottom = 19.0
+margin_right = 124.0
+margin_bottom = 218.0
 text = "IP ADDRESS:"
+align = 1
 
-[node name="ipaddr" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
-margin_left = 83.0
-margin_right = 141.0
-margin_bottom = 24.0
+[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