From b62435d73e0e4ce8973af649788792a4b649deeb Mon Sep 17 00:00:00 2001 From: JulianEgbert <57799997+JulianEgbert@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:16:02 +0200 Subject: [PATCH] Set main scene --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index e5d922f5..fac6b7e6 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="pronto" +run/main_scene="res://prototypes/game-leo-jump-n-run/game-leo-jump-n-run.tscn" config/features=PackedStringArray("4.2", "Forward Plus") run/low_processor_mode=true config/icon="res://icon.svg"