From 8b359708a077d5678d3086d80762cc791b51c211 Mon Sep 17 00:00:00 2001 From: Willow Behar <2364126-TechRunner@users.noreply.gitlab.com> Date: Tue, 7 May 2024 17:33:09 -0500 Subject: [PATCH] Changed what scene gets run when hitting the run button to the Main menu to be able to test the whole experience easier --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 232ddf2..01cabfc 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="HorrorGame" -run/main_scene="res://Assets/game.tscn" +run/main_scene="res://Assets/game_window.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.2", "Forward Plus") config/icon="res://icon.svg"