diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-28 13:19:53 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-28 13:19:53 -0500 |
commit | 17a51b95bd07c5291192ab6036550cb238c1ef4f (patch) | |
tree | fd426d7b352227b9f497003b087d4a36e87d1901 /archipelago.tscn | |
parent | 36d849d38730c04a89efc94e9f75ccaa8c7c0dd8 (diff) | |
download | lingo-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.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"] |