godot-html-js-int-demo/README.md

1.6 KiB

godot-html-js-int-demo

Demo of integrating a Godot HTML5 exported game with its host page.

Uses a simple clicker game and a custom web shell to interact with the hosted page.

Working demo page

Setup

  • Requires Godot 3.2.x
    • Use OpenGL ES 2.0 to allow for the HTML5 export.

The custom JS and styling (outside of the fixed size template provided by the Godot devs) can be found between the <!-- Start of Custom Game block --> and <!-- End of Custom Game block --> comment codes in fixed-size.html.

Extra Notes

Credits