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