My scene has duplicated itself on top of itself

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By WilliamD47

Hi, I have been making a car game on Godot and i started off with a tutorial. I added things like a UI to it and it was going really well. Last night i ran the program, it worked fine, I saved it and went to bed and in the morning everything has duplicated on top of itself(picture 1). I’ve added quite a lot and I don’t really want to start over. Performance shouldn’t be the issue as i have a good pc. I can’t find anything that I’ve done wrong. Do you know what could be causing this? The project files are here http://williamd47.net/godot/cargame/m.zip

you should use version control

Omicron | 2020-12-24 01:50

:bust_in_silhouette: Reply From: demwilson

It looks like you added the main scene to the AutoLoad list.

To fix the problem, you just need to remove it from AutoLoad and it should run as expected.
Visual Example

Thanks so much!

WilliamD47 | 2020-12-30 16:29

Glad I could help!

demwilson | 2020-12-30 19:01