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.
- 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)- 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.