[gd_scene load_steps=2 format=2] [ext_resource path="res://FileDialog.gd" type="Script" id=1] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false } [node name="FileDialog" type="FileDialog" parent="."] margin_right = 307.0 margin_bottom = 130.0 popup_exclusive = true window_title = "Open a Directory" resizable = true mode = 2 access = 2 current_dir = "/home/tasty/Jeux/GiantsEdit" current_path = "/home/tasty/Jeux/GiantsEdit/" script = ExtResource( 1 ) [connection signal="dir_selected" from="FileDialog" to="FileDialog" method="_on_FileDialog_dir_selected"] [connection signal="popup_hide" from="FileDialog" to="FileDialog" method="_on_FileDialog_popup_hide"] [connection signal="ready" from="FileDialog" to="FileDialog" method="_on_FileDialog_ready"]