rename ip to address and remove ip validation

This commit is contained in:
2025-02-13 02:26:02 +10:00
parent a762c2d8ad
commit 340a176e55
3 changed files with 10 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ text = "Name:"
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_right = NodePath("../HostButton")
focus_neighbor_bottom = NodePath("../IpEdit")
focus_neighbor_bottom = NodePath("../AddressEdit")
theme_override_font_sizes/font_size = 26
text = "ass"
@@ -65,12 +65,12 @@ focus_neighbor_bottom = NodePath("../JoinButton")
theme_override_font_sizes/font_size = 26
text = "Host"
[node name="IpLabel" type="Label" parent="Menu/PlayMenu/MarginContainer/GridContainer"]
[node name="AddressLabel" type="Label" parent="Menu/PlayMenu/MarginContainer/GridContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 26
text = "IP:"
text = "Address:"
[node name="IpEdit" type="LineEdit" parent="Menu/PlayMenu/MarginContainer/GridContainer"]
[node name="AddressEdit" type="LineEdit" parent="Menu/PlayMenu/MarginContainer/GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_top = NodePath("../NameEdit")
@@ -80,7 +80,7 @@ text = "127.0.0.1"
[node name="JoinButton" type="Button" parent="Menu/PlayMenu/MarginContainer/GridContainer"]
layout_mode = 2
focus_neighbor_left = NodePath("../IpEdit")
focus_neighbor_left = NodePath("../AddressEdit")
focus_neighbor_top = NodePath("../HostButton")
theme_override_font_sizes/font_size = 26
text = "Join"