Set the game splashscreen and icon to the game logo.

main
unfa 2021-09-26 02:28:48 +02:00
parent 54f08d66d9
commit e476dd23fb
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ config_version=4
config/name="Liblast"
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"
boot_splash/image="res://Assets/UI/Logo.png"
boot_splash/fullsize=false
boot_splash/use_filter=false
boot_splash/bg_color=Color(0, 0, 0, 1)
config/icon="res://Assets/Effects/Logo.png"
[filesystem]