add todos app
This commit is contained in:
parent
25a62f9c43
commit
dfff9d383c
28 changed files with 648 additions and 1 deletions
16
todos/unloaded.tscn
Normal file
16
todos/unloaded.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b71wpb1vts86r"]
|
||||
|
||||
[ext_resource type="Script" path="res://unloaded.gd" id="1_ibvef"]
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer"]
|
||||
script = ExtResource("1_ibvef")
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(200, 200)
|
||||
layout_mode = 2
|
||||
text = "Load database"
|
||||
|
||||
[node name="FileDialog" type="FileDialog" parent="."]
|
||||
|
||||
[connection signal="pressed" from="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