mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
21 lines
501 B
Text
21 lines
501 B
Text
[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"]
|