about summary refs log tree commit diff stats
path: root/archipelago.tscn
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-28 13:19:53 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-28 13:19:53 -0500
commit17a51b95bd07c5291192ab6036550cb238c1ef4f (patch)
treefd426d7b352227b9f497003b087d4a36e87d1901 /archipelago.tscn
parent36d849d38730c04a89efc94e9f75ccaa8c7c0dd8 (diff)
downloadlingo-archipelago-17a51b95bd07c5291192ab6036550cb238c1ef4f.tar.gz
lingo-archipelago-17a51b95bd07c5291192ab6036550cb238c1ef4f.tar.bz2
lingo-archipelago-17a51b95bd07c5291192ab6036550cb238c1ef4f.zip
Add ghost multiplayer v0.16.0
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"]