diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-01-09 23:30:27 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-01-09 23:30:27 +0100 |
commit | 485cd463b22e12394cd232812e2c3789ef37ab1c (patch) | |
tree | 5c455ec9c80b59a9f71ba5827b9902f2beb6df88 /Network/Lobby.tscn | |
parent | 7920e8758506cd46c58ea4889c9f4fb704abfd16 (diff) |
Adds a bunch of characters and fixes things
Diffstat (limited to 'Network/Lobby.tscn')
-rw-r--r-- | Network/Lobby.tscn | 25 |
1 files changed, 24 insertions, 1 deletions
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"] |