open SQLite from Godot

This commit is contained in:
Fabien Freling 2023-12-04 22:19:23 +01:00
parent 1959852747
commit e406e9e44c
4 changed files with 44 additions and 1 deletions

View file

@ -35,3 +35,4 @@ text = "Load database"
[node name="FileDialog" type="FileDialog" parent="."]
[connection signal="pressed" from="MarginContainer/CenterContainer/Button" to="." method="_on_button_pressed"]
[connection signal="file_selected" from="FileDialog" to="." method="_on_file_dialog_file_selected"]