瀏覽代碼

Merge pull request #81672 from KoBeWi/PNG_is_love_PNG_is_life

Add note about format to splash image description
Yuri Sizov 2 年之前
父節點
當前提交
51a196ef5b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/ProjectSettings.xml

+ 1 - 0
doc/classes/ProjectSettings.xml

@@ -247,6 +247,7 @@
 		<member name="application/boot_splash/image" type="String" setter="" getter="" default="&quot;&quot;">
 		<member name="application/boot_splash/image" type="String" setter="" getter="" default="&quot;&quot;">
 			Path to an image used as the boot splash. If left empty, the default Godot Engine splash will be displayed instead.
 			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] 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.
 		</member>
 		</member>
 		<member name="application/boot_splash/minimum_display_time" type="int" setter="" getter="" default="0">
 		<member name="application/boot_splash/minimum_display_time" type="int" setter="" getter="" default="0">
 			Minimum boot splash display time (in milliseconds). It is not recommended to set too high values for this setting.
 			Minimum boot splash display time (in milliseconds). It is not recommended to set too high values for this setting.