mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add boot splash display time setting
Implements #8867.
(cherry picked from commit dad9683d11)
This commit is contained in:
committed by
Rémi Verschelde
parent
7dd322f83e
commit
bf33de769a
@@ -182,6 +182,9 @@
|
||||
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].
|
||||
</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.
|
||||
</member>
|
||||
<member name="application/boot_splash/show_image" type="bool" setter="" getter="" default="true">
|
||||
If [code]true[/code], displays the image specified in [member application/boot_splash/image] when the engine starts. If [code]false[/code], only displays the plain color specified in [member application/boot_splash/bg_color].
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user