open SQLite from Godot
This commit is contained in:
parent
1959852747
commit
e406e9e44c
4 changed files with 44 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue