Defold Engine
How to install
1. Copy a link from releases on GitHub
https://github.com/orbit-software/portalsdk-defold/releases
2. Install into dependencies of game.project
:
[project]
title = TestGame
version = 1.0
dependencies#0 = https://github.com/orbit-software/portalsdk-defold/archive/refs/tags/v0.1.6.2.zip
3. Set a template for HTML5 export
[html5]
htmlfile = /portalsdk/manifests/web_template/engine_template.html
cssfile = /portalsdk/manifests/web_template/style.css
Examples and sources code
Refer to the example project to see a example of how the API works.
The source code is available on GitHub
The API is documented in details: