open SQLite from Godot

This commit is contained in:
Fabien Freling 2023-12-04 22:19:23 +01:00
parent 1959852747
commit e406e9e44c
4 changed files with 44 additions and 1 deletions

View file

@ -15,11 +15,19 @@ run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "GL Compatibility")
config/icon="res://icon.svg"
[autoload]
Global="*res://global.gd"
[display]
window/size/viewport_width=600
window/size/viewport_height=900
[editor_plugins]
enabled=PackedStringArray("res://addons/godot-sqlite/plugin.cfg")
[rendering]
renderer/rendering_method="gl_compatibility"