Splash Screens In Godot Games

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Farris

Hello Everyone,
I would like to know how you can put a Splash Screen in a Godot project? Also is it free to add a splash screen?

Thank you.

:bust_in_silhouette: Reply From: rustyStriker

It is indeed free to change the static splash screen as godot is Open Source meaning EVERYTHING is basically free, under the MIT license.
if you want to make an animated splash screen you can make a simple starting scene where the animation takes place and the next scene is loaded in the background.

Also, if you want an image, project->project settings->application->boot splash

RazorSh4rk | 2020-06-01 13:43