From cc6df2c4f41de53c366f945e2929f422eeb894ac Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sat, 30 Sep 2023 14:22:33 +0200 Subject: [PATCH] remove splash image since its rarelly shown and feels weird when it flash --- project.godot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project.godot b/project.godot index 1253806..e79cecd 100644 --- a/project.godot +++ b/project.godot @@ -15,7 +15,10 @@ run/main_scene="res://scenes/splash_screen/SplashScreen.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.1", "Mobile") run/max_fps=30 +boot_splash/show_image=false boot_splash/image="res://scenes/splash_screen/splash_image.png" +boot_splash/fullsize=false +boot_splash/use_filter=false config/icon="res://icon.svg" [autoload] -- 2.30.2