Simple instructions or tutorial for setting up a basic splash screen?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Will Nations
:warning: Old Version Published before Godot 3 was released.

What would be a numbered set of steps to create a basic, fade-in splash screen with a custom image and some text?

:bust_in_silhouette: Reply From: Will Nations
  1. New Scene
  2. Add Control, set layout center
  3. Add Sprite to Control
  4. Position sprite in center of control
  5. Add AnimationPlayer
  6. Animate Sprite to fade in, set autoplay true
  7. Add label to control for splash screen text
:bust_in_silhouette: Reply From: jsena

This video shows how I did.

Thanks Ivan. I was just being sassy. The content in the accepted answer was posted in FB, so I re-posted it here with different wording in order to get an indexed answer. XD

Will Nations | 2017-11-08 15:46