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
Access Gotm's API with GDScript!=== INSTALL ===Add Gotm.gd to your autoloads at "Project Settings -> AutoLoad". Make sure the global autoload is named "Gotm". It must be named "Gotm" for it to work.
Access Gotm's API with GDScript
Learn more
Install
Supports versions 3.1.0 and newer.
1. Download
Download the plugin from the AssetLib in the Godot Editor and follow its instructions.
You can also download it directly here. Extract the contents into your project's directory.
2. Setup
Add Gotm.gd to your autoloads at "Project Settings -> AutoLoad". Make sure the global autoload is named "Gotm". It must be named "Gotm" for it to work.
Examples
Notes
This plugin serves as a polyfill when developing against the API locally. The "real" API calls are only available when running the game live on gotm.io.
Access Gotm's API with GDScript!
=== INSTALL ===
Add Gotm.gd to your autoloads at "Project Settings -> AutoLoad". Make sure the global autoload is named "Gotm". It must be named "Gotm" for it to work.
Reviews
Quick Information
Access Gotm's API with GDScript!=== INSTALL ===Add Gotm.gd to your autoloads at "Project Settings -> AutoLoad". Make sure the global autoload is named "Gotm". It must be named "Gotm" for it to work.