File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,20 @@ The following optional placeholders will enable some extra features in your cust
8383 :ref: `BG Color <class_ProjectSettings_property_application/boot_splash/bg_color >` setting
8484 in **Project Settings > Application > Boot Splash **, converted to a hex color code.
8585
86+ - ``$GODOT_SPLASH_CLASSES ``:
87+ This placeholder provides a string of setting names and their values, which affect the splash screen.
88+ This string is meant to be used as a set of CSS class names, which allows styling the splash image
89+ based on the splash project settings.
90+ The following settings from **Project Settings > Application > Boot Splash ** are provided,
91+ represented by the class names shown below depending on the setting's boolean value:
92+
93+ - :ref: `Show Image <class_ProjectSettings_property_application/boot_splash/show_image >`:
94+ ``show-image--true ``, ``show-image--false ``
95+ - :ref: `Fullsize <class_ProjectSettings_property_application/boot_splash/fullsize >`:
96+ ``fullsize--true ``, ``fullsize--false ``
97+ - :ref: `Use Filter <class_ProjectSettings_property_application/boot_splash/use_filter >`:
98+ ``use-filter--true ``, ``use-filter--false ``
99+
86100When the custom page is ready, it can be selected in the export options under the *Html / Custom Html Shell *
87101section.
88102
You can’t perform that action at this time.
0 commit comments