Преглед изворни кода

Added information about GODOT_SPLASH placeholder in HTML shell

patwork пре 1 година
родитељ
комит
f61e6aaecd
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      tutorials/platform/web/customizing_html5_shell.rst

+ 3 - 0
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
   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.
   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*
 When the custom page is ready, it can be selected in the export options under the *Html / Custom Html Shell*
 section.
 section.