GDCastleDB
A

Publisher

arlez80

GDCastleDB

Tools
CastleDB Loader Database JSON Data Autoload GDScript MIT

A CastleDB loader for GodotEngine 3.

GDCastleDB for Godot Engine 3.5 and later

A CastleDB loader for Godot Engine 3.5 and later.

ko-fi

Example

  1. Install this addon to your project
  2. Add *.cdb to autoload in the project setting
func f( ):
	var row: = TestDB.test_sheet.get("ID_TEST")
	print( row.text )
	print( row.integer )
	print( row.floating )
	print( row.color )

TODO

See repository issues

License

MIT License

Author

あるる / きのもと 結衣 @arlez80