diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-20 19:58:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-20 19:58:46 -0400 |
commit | cc45280174e9c52eb83d85ae9fb06149dfb17f66 (patch) | |
tree | a43e3df6c715d4d600af3b8827b78c2a8d9ff9c2 /archipelago.tscn | |
parent | 6abbf98ea15d80a0870d4b14fa5707a7992ab485 (diff) | |
download | lingo-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.tscn | 31 |
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" | |||
73 | script = ExtResource( 4 ) | 73 | script = ExtResource( 4 ) |
74 | 74 | ||
75 | [node name="credit2" parent="Panel" instance=ExtResource( 1 )] | 75 | [node name="credit2" parent="Panel" instance=ExtResource( 1 )] |
76 | margin_left = 267.0 | 76 | margin_left = 75.0 |
77 | margin_top = 347.0 | 77 | margin_top = 346.0 |
78 | margin_right = 857.0 | 78 | margin_right = 665.0 |
79 | margin_bottom = 411.0 | 79 | margin_bottom = 410.0 |
80 | custom_fonts/font = ExtResource( 2 ) | 80 | custom_fonts/font = ExtResource( 2 ) |
81 | custom_styles/normal = SubResource( 1 ) | 81 | custom_styles/normal = SubResource( 1 ) |
82 | text = "SERVER" | 82 | text = "SERVER" |
83 | align = 2 | ||
83 | 84 | ||
84 | [node name="credit3" parent="Panel" instance=ExtResource( 1 )] | 85 | [node name="credit3" parent="Panel" instance=ExtResource( 1 )] |
85 | margin_left = 263.0 | 86 | margin_left = 75.0 |
86 | margin_top = 515.0 | 87 | margin_top = 519.0 |
87 | margin_right = 853.0 | 88 | margin_right = 665.0 |
88 | margin_bottom = 579.0 | 89 | margin_bottom = 583.0 |
89 | custom_fonts/font = ExtResource( 2 ) | 90 | custom_fonts/font = ExtResource( 2 ) |
90 | custom_styles/normal = SubResource( 1 ) | 91 | custom_styles/normal = SubResource( 1 ) |
91 | text = "PLAYER" | 92 | text = "PLAYER" |
93 | align = 2 | ||
92 | 94 | ||
93 | [node name="credit4" parent="Panel" instance=ExtResource( 1 )] | 95 | [node name="credit4" parent="Panel" instance=ExtResource( 1 )] |
94 | margin_left = 199.0 | 96 | margin_left = 75.0 |
95 | margin_top = 691.0 | 97 | margin_top = 704.0 |
96 | margin_right = 789.0 | 98 | margin_right = 665.0 |
97 | margin_bottom = 755.0 | 99 | margin_bottom = 768.0 |
98 | custom_fonts/font = ExtResource( 2 ) | 100 | custom_fonts/font = ExtResource( 2 ) |
99 | custom_styles/normal = SubResource( 1 ) | 101 | custom_styles/normal = SubResource( 1 ) |
100 | text = "PASSWORD" | 102 | text = "PASSWORD" |
103 | align = 2 | ||
101 | 104 | ||
102 | [node name="server_box" type="LineEdit" parent="Panel"] | 105 | [node name="server_box" type="LineEdit" parent="Panel"] |
103 | margin_left = 682.0 | 106 | margin_left = 682.0 |
@@ -129,5 +132,9 @@ custom_colors/font_color = Color( 0, 0, 0, 1 ) | |||
129 | custom_styles/focus = SubResource( 2 ) | 132 | custom_styles/focus = SubResource( 2 ) |
130 | align = 1 | 133 | align = 1 |
131 | 134 | ||
135 | [node name="AcceptDialog" type="AcceptDialog" parent="Panel"] | ||
136 | margin_right = 83.0 | ||
137 | margin_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"] |