Godot GJ API
TODO: Project information
Installation
From GitHub
- Click on the branch selector and pick the branch or tag you want to use. If you want an exact version, pick a tag. If you want a version's latest changes, pick a branch.
- Download repository as ZIP
- Once finished downloading, extract the zip file into
res://addons/
whereres://
is your project's root directory.
As Git submodule
- Add this repository as a submodule at
res://addons
- Checkout the branch or tag of the version you want to use.
Setting up
- Open your project's settings
- Go to the plugins tab and enable
Game Jolt API
. - Go to the general tab, choose
Application
>Game Jolt Api
and enter your game's ID and private key.