12 lines
278 B
Text
12 lines
278 B
Text
[gd_scene format=2]
|
|
|
|
[node name="OpenDialogueDialog" type="FileDialog"]
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
rect_min_size = Vector2( 600, 500 )
|
|
window_title = "Open a File"
|
|
mode = 0
|
|
filters = PoolStringArray( "*.tres ; Resources" )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|