Skip to content

Commit

Permalink
Merge pull request #81672 from KoBeWi/PNG_is_love_PNG_is_life
Browse files Browse the repository at this point in the history
Add note about format to splash image description
  • Loading branch information
YuriSizov committed Sep 15, 2023
2 parents dd3638d + f1ecb97 commit 51a196e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/ProjectSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
<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.
[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 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.
Expand Down

0 comments on commit 51a196e

Please sign in to comment.