about summary refs log tree commit diff stats
path: root/archipelago.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'archipelago.tscn')
-rw-r--r--archipelago.tscn10
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 )
163custom_icons/unchecked = ExtResource( 7 ) 163custom_icons/unchecked = ExtResource( 7 )
164text = "Make world more confusing" 164text = "Make world more confusing"
165 165
166[node name="multiplayer_box" type="CheckBox" parent="Panel"]
167margin_left = 1227.0
168margin_top = 461.0
169margin_right = 1832.0
170margin_bottom = 549.0
171custom_fonts/font = ExtResource( 6 )
172custom_icons/checked = ExtResource( 8 )
173custom_icons/unchecked = ExtResource( 7 )
174text = "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"]