add godot-sqlite
This commit is contained in:
parent
e406e9e44c
commit
0965eea94b
8 changed files with 72 additions and 0 deletions
14
godot/addons/godot-sqlite/godot-sqlite.gd
Normal file
14
godot/addons/godot-sqlite/godot-sqlite.gd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# ############################################################################ #
|
||||
# Copyright © 2019-2023 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
|
||||
# Licensed under the MIT License.
|
||||
# See LICENSE in the project root for license information.
|
||||
# ############################################################################ #
|
||||
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree():
|
||||
pass
|
||||
|
||||
func _exit_tree():
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue