gdquest-demos / godot-3-demos

Dozens of free and open source demos for the Godot game engine, version 3. Head to the link below for newer demos for Godot 4+
https://github.com/gdquest-demos/
MIT License
1.85k stars 975 forks source link

Fix Godot complaining about res://Camera.gd missing #2

Closed LikeLakers2 closed 7 years ago

LikeLakers2 commented 7 years ago

Someone thought Godot wouldn't complain if they just deleted Camera.gd, didn't they?

This was done simply by saving the main scene after telling it to open anyways when it found missing dependencies, in case you're wondering. This also removes the move signal that's defined in the scene, as that wasn't defined in the scripts yet. :)

(More of these will come if I see any issues that I know aren't supposed to be there.)

NathanLovato commented 7 years ago

Merged, thanks.