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 917db4e..f0b8ab9 100644 --- a/archipelago.tscn +++ b/archipelago.tscn
@@ -173,5 +173,15 @@ custom_icons/checked = ExtResource( 8 )
173custom_icons/unchecked = ExtResource( 7 ) 173custom_icons/unchecked = ExtResource( 7 )
174text = "Show other players" 174text = "Show other players"
175 175
176[node name="position_box" type="CheckBox" parent="Panel"]
177margin_left = 1227.0
178margin_top = 571.0
179margin_right = 1832.0
180margin_bottom = 654.0
181custom_fonts/font = ExtResource( 6 )
182custom_icons/checked = ExtResource( 8 )
183custom_icons/unchecked = ExtResource( 7 )
184text = "Send position to tracker"
185
176[connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] 186[connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"]
177[connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] 187[connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"]