From 485cd463b22e12394cd232812e2c3789ef37ab1c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 9 Jan 2021 23:30:27 +0100 Subject: Adds a bunch of characters and fixes things --- Network/Lobby.tscn | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'Network/Lobby.tscn') diff --git a/Network/Lobby.tscn b/Network/Lobby.tscn index 0caf892..7e8c52a 100644 --- a/Network/Lobby.tscn +++ b/Network/Lobby.tscn @@ -70,9 +70,23 @@ __meta__ = { [node name="Label" type="Label" parent="Players"] margin_left = 16.0 margin_top = 16.0 -margin_right = 240.0 +margin_right = 64.0 margin_bottom = 32.0 text = "Lobby" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="IP" type="Label" parent="Players"] +margin_left = 128.0 +margin_top = 16.0 +margin_right = 240.0 +margin_bottom = 30.0 +text = "000.000.000.000" +align = 2 +__meta__ = { +"_edit_use_anchors_": false +} [node name="List" type="ItemList" parent="Players"] margin_left = 16.0 @@ -93,9 +107,18 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="Back" type="Button" parent="Players"] +margin_left = 16.0 +margin_top = 416.0 +margin_right = 48.0 +margin_bottom = 448.0 +text = "<" + [node name="ErrorDialog" type="AcceptDialog" parent="."] +visible = true margin_right = 83.0 margin_bottom = 58.0 [connection signal="pressed" from="Connect/Host" to="." method="_on_Host_pressed"] [connection signal="pressed" from="Connect/Join" to="." method="_on_Join_pressed"] [connection signal="pressed" from="Players/Start" to="." method="_on_Start_pressed"] +[connection signal="pressed" from="Players/Back" to="." method="_on_Back_pressed"] -- cgit v1.2.3