mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Added DB Browser and a basic SQLite DB for the project
This commit is contained in:
BIN
Godot/MainMenu/GodotUserInterface_Luke/DataStore/database.db
Normal file
BIN
Godot/MainMenu/GodotUserInterface_Luke/DataStore/database.db
Normal file
Binary file not shown.
16
Godot/MainMenu/GodotUserInterface_Luke/MainSystem.gd
Normal file
16
Godot/MainMenu/GodotUserInterface_Luke/MainSystem.gd
Normal file
@ -0,0 +1,16 @@
|
||||
extends MarginContainer
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
32
Godot/MainMenu/GodotUserInterface_Luke/bin/gdsqlite.gdnlib
Normal file
32
Godot/MainMenu/GodotUserInterface_Luke/bin/gdsqlite.gdnlib
Normal file
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
|
||||
singleton=false
|
||||
load_once=true
|
||||
symbol_prefix="godot_"
|
||||
reloadable=false
|
||||
|
||||
[entry]
|
||||
|
||||
Android.armeabi-v7a="res://addons/godot-sqlite/bin/android/armeabi-v7a/libgdsqlite.so"
|
||||
Android.arm64-v8a="res://addons/godot-sqlite/bin/android/arm64-v8a/libgdsqlite.so"
|
||||
Android.x86="res://addons/godot-sqlite/bin/android/x86/libgdsqlite.so"
|
||||
HTML5.wasm32="res://addons/godot-sqlite/bin/javascript/libgdsqlite.wasm"
|
||||
OSX.64="res://addons/godot-sqlite/bin/osx/libgdsqlite.dylib"
|
||||
Windows.64="res://addons/godot-sqlite/bin/win64/libgdsqlite.dll"
|
||||
X11.64="res://addons/godot-sqlite/bin/x11/libgdsqlite.so"
|
||||
iOS.armv7="res://addons/godot-sqlite/bin/ios/armv7/libgdsqlite.a"
|
||||
iOS.arm64="res://addons/godot-sqlite/bin/ios/arm64/libgdsqlite.a"
|
||||
Server="res://addons/godot-sqlite/bin/x11/libgdsqlite.so"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Android.armeabi-v7a=[ ]
|
||||
Android.arm64-v8a=[ ]
|
||||
Android.x86=[ ]
|
||||
HTML5.wasm32=[ ]
|
||||
OSX.64=[ ]
|
||||
Windows.64=[ ]
|
||||
X11.64=[ ]
|
||||
iOS.armv7=[ ]
|
||||
iOS.arm64=[ ]
|
||||
Server=[ ]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Godot/MainMenu/GodotUserInterface_Luke/bin/osx/libgdsqlite.dylib
Normal file
BIN
Godot/MainMenu/GodotUserInterface_Luke/bin/osx/libgdsqlite.dylib
Normal file
Binary file not shown.
BIN
Godot/MainMenu/GodotUserInterface_Luke/bin/win64/libgdsqlite.dll
Normal file
BIN
Godot/MainMenu/GodotUserInterface_Luke/bin/win64/libgdsqlite.dll
Normal file
Binary file not shown.
BIN
Godot/MainMenu/GodotUserInterface_Luke/bin/x11/libgdsqlite.so
Normal file
BIN
Godot/MainMenu/GodotUserInterface_Luke/bin/x11/libgdsqlite.so
Normal file
Binary file not shown.
8
Godot/MainMenu/GodotUserInterface_Luke/gdsqlite.gdns
Normal file
8
Godot/MainMenu/GodotUserInterface_Luke/gdsqlite.gdns
Normal file
@ -0,0 +1,8 @@
|
||||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/godot-sqlite/bin/gdsqlite.gdnlib" type="GDNativeLibrary" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "gdsqlite"
|
||||
class_name = "SQLite"
|
||||
library = ExtResource( 1 )
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user