You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/ProjectSettings.xml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,7 @@
254
254
Path to an image used as the boot splash. If left empty, the default Godot Engine splash will be displayed instead.
255
255
[b]Note:[/b] Only effective if [member application/boot_splash/show_image] is [code]true[/code].
256
256
[b]Note:[/b] The only supported format is PNG. Using another image format will result in an error.
257
+
[b]Note:[/b] The image will also show when opening the project in the editor. If you want to display the default splash image in the editor, add an empty override for [code]editor_hint[/code] feature.
Default [InputEventAction] to confirm a focused button, menu or list item, or validate input.
1076
1080
[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are necessary for the internal logic of several [Control]s. The events assigned to the action can however be modified.
0 commit comments