From f61e6aaecdab886c4814e800efbd9a7cb12f3be2 Mon Sep 17 00:00:00 2001 From: patwork Date: Sun, 5 May 2024 14:11:33 +0200 Subject: [PATCH] Added information about GODOT_SPLASH placeholder in HTML shell --- tutorials/platform/web/customizing_html5_shell.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/platform/web/customizing_html5_shell.rst b/tutorials/platform/web/customizing_html5_shell.rst index 69c9a6e78..f8c02699f 100644 --- a/tutorials/platform/web/customizing_html5_shell.rst +++ b/tutorials/platform/web/customizing_html5_shell.rst @@ -71,6 +71,9 @@ The following optional placeholders will enable some extra features in your cust control the HTML page you create, this variable can be useful for configuring parts of the HTML ``head`` element from the Godot Editor, e.g. for different Web export presets. +- ``$GODOT_SPLASH``: + Path to an image used as the boot splash as defined in the Project Settings. + When the custom page is ready, it can be selected in the export options under the *Html / Custom Html Shell* section.