From 2ea0b780a1f401df48e3b7acbe8f3d3d425f6fa6 Mon Sep 17 00:00:00 2001 From: Lisandro Lorea Date: Wed, 1 Jun 2022 17:16:14 -0300 Subject: [PATCH] Undo set splash full size --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index f2d7142..211e1d0 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,7 @@ config/name="Godot Version Manager" run/main_scene="res://scenes/Main.tscn" run/low_processor_mode=true boot_splash/image="res://splash.png" +boot_splash/fullsize=false boot_splash/bg_color=Color( 1, 1, 1, 1 ) config/icon="res://icon.png" config/windows_native_icon="res://windows_icon.ico"