Add a splash screen to replace the Godot logo

This is just a plain color, but it should feel more professional
at least :)
This commit is contained in:
Hugo Locurcio 2019-12-14 20:14:46 +01:00
parent a4b7fe2205
commit b0c6fb5769
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
3 changed files with 36 additions and 0 deletions

View file

@ -34,6 +34,8 @@ _global_script_class_icons={
config/name="Pixelorama"
run/main_scene="res://Main.tscn"
boot_splash/image="res://splash.png"
boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )
config/icon="res://icon.png"
config/Version="v0.5"