[gd_scene load_steps=2 format=2] [ext_resource path="res://file_browser.gd" type="Script" id=1] [node name="FileBrowser" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="FileTree" type="Tree" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 allow_reselect = true hide_root = true __meta__ = { "_edit_use_anchors_": false } [connection signal="item_selected" from="FileTree" to="." method="_on_item_selected"]