diff options
Diffstat (limited to 'archipelago.tscn')
-rw-r--r-- | archipelago.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archipelago.tscn b/archipelago.tscn index 884cbb5..917db4e 100644 --- a/archipelago.tscn +++ b/archipelago.tscn | |||
@@ -163,5 +163,15 @@ custom_icons/checked = ExtResource( 8 ) | |||
163 | custom_icons/unchecked = ExtResource( 7 ) | 163 | custom_icons/unchecked = ExtResource( 7 ) |
164 | text = "Make world more confusing" | 164 | text = "Make world more confusing" |
165 | 165 | ||
166 | [node name="multiplayer_box" type="CheckBox" parent="Panel"] | ||
167 | margin_left = 1227.0 | ||
168 | margin_top = 461.0 | ||
169 | margin_right = 1832.0 | ||
170 | margin_bottom = 549.0 | ||
171 | custom_fonts/font = ExtResource( 6 ) | ||
172 | custom_icons/checked = ExtResource( 8 ) | ||
173 | custom_icons/unchecked = ExtResource( 7 ) | ||
174 | text = "Show other players" | ||
175 | |||
166 | [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] | 176 | [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] |
167 | [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] | 177 | [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] |