add todos app
This commit is contained in:
parent
25a62f9c43
commit
dfff9d383c
28 changed files with 648 additions and 1 deletions
7
godot-addons/godot-sqlite/plugin.cfg
Normal file
7
godot-addons/godot-sqlite/plugin.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[plugin]
|
||||
|
||||
name="Godot SQLite"
|
||||
description="GDNative wrapper for SQLite (Godot 4.X+), making it possible to use SQLite databases as data storage in all your future games."
|
||||
author="Piet Bronders & Jeroen De Geeter"
|
||||
version="4.2"
|
||||
script="godot-sqlite.gd"
|
||||
Loading…
Add table
Add a link
Reference in a new issue