Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

GDCastleDB

An asset by arlez80
The page banner background of a mountain and forest
GDCastleDB hero image

Quick Information

0 ratings
GDCastleDB icon image
arlez80
GDCastleDB

A CastleDB loader for GodotEngine 3.

Supported Engine Version
3.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
26 days ago
Git URL
Issue URL

GDCastleDB for Godot Engine 3.5 and later

A CastleDB loader for Godot Engine 3.5 and later.

README 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

A CastleDB loader for GodotEngine 3.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
GDCastleDB icon image
arlez80
GDCastleDB

A CastleDB loader for GodotEngine 3.

Supported Engine Version
3.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
26 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers