add godot-sqlite
This commit is contained in:
parent
e406e9e44c
commit
0965eea94b
8 changed files with 72 additions and 0 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