about summary refs log tree commit diff stats
path: root/archipelago.tscn
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-20 19:58:46 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-04-20 19:58:46 -0400
commitcc45280174e9c52eb83d85ae9fb06149dfb17f66 (patch)
treea43e3df6c715d4d600af3b8827b78c2a8d9ff9c2 /archipelago.tscn
parent6abbf98ea15d80a0870d4b14fa5707a7992ab485 (diff)
downloadlingo-archipelago-cc45280174e9c52eb83d85ae9fb06149dfb17f66.tar.gz
lingo-archipelago-cc45280174e9c52eb83d85ae9fb06149dfb17f66.tar.bz2
lingo-archipelago-cc45280174e9c52eb83d85ae9fb06149dfb17f66.zip
Show error message if failure to connect
Diffstat (limited to 'archipelago.tscn')
-rw-r--r--archipelago.tscn31
1 files changed, 19 insertions, 12 deletions
diff --git a/archipelago.tscn b/archipelago.tscn index def9ce4..284b73f 100644 --- a/archipelago.tscn +++ b/archipelago.tscn
@@ -73,31 +73,34 @@ text = "BACK"
73script = ExtResource( 4 ) 73script = ExtResource( 4 )
74 74
75[node name="credit2" parent="Panel" instance=ExtResource( 1 )] 75[node name="credit2" parent="Panel" instance=ExtResource( 1 )]
76margin_left = 267.0 76margin_left = 75.0
77margin_top = 347.0 77margin_top = 346.0
78margin_right = 857.0 78margin_right = 665.0
79margin_bottom = 411.0 79margin_bottom = 410.0
80custom_fonts/font = ExtResource( 2 ) 80custom_fonts/font = ExtResource( 2 )
81custom_styles/normal = SubResource( 1 ) 81custom_styles/normal = SubResource( 1 )
82text = "SERVER" 82text = "SERVER"
83align = 2
83 84
84[node name="credit3" parent="Panel" instance=ExtResource( 1 )] 85[node name="credit3" parent="Panel" instance=ExtResource( 1 )]
85margin_left = 263.0 86margin_left = 75.0
86margin_top = 515.0 87margin_top = 519.0
87margin_right = 853.0 88margin_right = 665.0
88margin_bottom = 579.0 89margin_bottom = 583.0
89custom_fonts/font = ExtResource( 2 ) 90custom_fonts/font = ExtResource( 2 )
90custom_styles/normal = SubResource( 1 ) 91custom_styles/normal = SubResource( 1 )
91text = "PLAYER" 92text = "PLAYER"
93align = 2
92 94
93[node name="credit4" parent="Panel" instance=ExtResource( 1 )] 95[node name="credit4" parent="Panel" instance=ExtResource( 1 )]
94margin_left = 199.0 96margin_left = 75.0
95margin_top = 691.0 97margin_top = 704.0
96margin_right = 789.0 98margin_right = 665.0
97margin_bottom = 755.0 99margin_bottom = 768.0
98custom_fonts/font = ExtResource( 2 ) 100custom_fonts/font = ExtResource( 2 )
99custom_styles/normal = SubResource( 1 ) 101custom_styles/normal = SubResource( 1 )
100text = "PASSWORD" 102text = "PASSWORD"
103align = 2
101 104
102[node name="server_box" type="LineEdit" parent="Panel"] 105[node name="server_box" type="LineEdit" parent="Panel"]
103margin_left = 682.0 106margin_left = 682.0
@@ -129,5 +132,9 @@ custom_colors/font_color = Color( 0, 0, 0, 1 )
129custom_styles/focus = SubResource( 2 ) 132custom_styles/focus = SubResource( 2 )
130align = 1 133align = 1
131 134
135[node name="AcceptDialog" type="AcceptDialog" parent="Panel"]
136margin_right = 83.0
137margin_bottom = 58.0
138
132[connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] 139[connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"]
133[connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] 140[connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"]