This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/addons/dialogue_manager/views/new_dialogue_dialog.tscn

16 lines
482 B
Text
Raw Normal View History

2022-06-18 13:05:48 +02:00
[gd_scene format=2]
[node name="NewDialogueDialog" type="FileDialog"]
anchor_right = 0.5
anchor_bottom = 0.6
rect_min_size = Vector2( 600, 500 )
window_title = "Create a new dialogue"
resizable = true
filters = PoolStringArray( "*.tres ; Resources" )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="confirmed" from="." to="." method="_on_NewDialogueDialog_confirmed"]
[connection signal="file_selected" from="." to="." method="_on_NewDialogueDialog_file_selected"]