Changed what scene gets run when hitting the run button to the Main menu to be able to test the whole experience easier

This commit is contained in:
Willow Behar
2024-05-07 17:33:09 -05:00
parent e7c9d23b54
commit 8b359708a0

View File

@ -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"