Add addon database

This commit is contained in:
VAILLANT Jeremy
2021-05-13 15:39:31 +02:00
parent 4afe0ceb2e
commit f1b7f939af
66 changed files with 4953 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
"""
class GDDBTablesHeader
"""
class_name GDDBTablesHeader
tool
extends Control
signal add_table
# Called when the node enters the scene tree for the first time.
func _ready():
$add_table_btn.connect("pressed", self, "on_add_table_btn_pressed")
func on_add_table_btn_pressed():
emit_signal("add_table")