From f1ecb97161b8ed3661f5bd1bd8e1ef32028212f2 Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 15 Sep 2023 00:59:13 +0200 Subject: [PATCH] Add note about format to splash image description --- doc/classes/ProjectSettings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 150164e3a264..6f900e06dd1b 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -247,6 +247,7 @@ Path to an image used as the boot splash. If left empty, the default Godot Engine splash will be displayed instead. [b]Note:[/b] Only effective if [member application/boot_splash/show_image] is [code]true[/code]. + [b]Note:[/b] The only supported format is PNG. Using another image format will result in an error. Minimum boot splash display time (in milliseconds). It is not recommended to set too high values for this setting.