[gd_scene load_steps=2 format=2] [ext_resource path="res://Main.gd" type="Script" id=1] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) [node name="FileDialog" type="FileDialog" parent="."] visible = true anchor_right = 1.0 anchor_bottom = 1.0 window_title = "Open a File" mode = 0 access = 2 current_dir = "/home/fabs/Code/godot-sample-android-filedialog" current_file = "default_env.tres" current_path = "/home/fabs/Code/godot-sample-android-filedialog/default_env.tres" __meta__ = { "_edit_use_anchors_": false }