Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This is a add-on that add support a Game Jolt API in Godot Engine.
🎮 Game Jolt API for Godot
This plugin is based on the Game Jolt API Docs. It is highly recommended to read both the Plugin Wiki and the official Game Jolt API Docs for detailed information.
🚀 Key Features
- Full Implementation: All API functions are currently implemented.
- Documentation: The wiki provides a comprehensive list of all functions and practical usage examples.
func _ready():
# Logs in the user with username and token
await GameJoltAPI.user_login("User", "1234")
# Adds a trophy by its ID (integer)
await GameJoltAPI.trophy_add(157345)
📥 Installation
- Download or clone this repository.
- Copy the
addons/game_jolt_apifolder into your project'sres://addons/directory. - Go to Project Settings > Plugins and enable "Game Jolt API".
[!IMPORTANT]
This plugin is an independent project and is not affiliated with, endorsed by, or sponsored by Game Jolt or the Game Jolt API.
This is a add-on that add support a Game Jolt API in Godot Engine.
Reviews
Quick Information
This is a add-on that add support a Game Jolt API in Godot Engine.