Recently I organized my project all into folders and was in the process of fixing all the broken dependencies when I tried to run my project. At first, it kept throwing an error at this line, even though it should be fine:
onready var SpaceBattleLarge = preload("res://Scenes/Space_Large_Scale.tscn")
so, I changed it from preload
to load
and it fixed, or at least stopped throwing errors. Now it just exits out the moment the boot splash disappears. I checked the debugger and the output, neither have errors, and the Editor's command window says
ERROR: Failed loading scene: res://Scenes/MainMenu.tscn
At: main/main.cpp:1738
I tried reloading the project and was met with this:

If anyone could help that would be awesome.
Thanks in advance!