- Edited
I'm working on a 3D ripoff of angry birds to test my skills in Godot and I feel I mostly understand what I'm doing, except there's one thing I can't quite figure out. I need to load a duplicate of the Bird scene in to the main world scene. I never really messed around with loading scenes before so I have no idea what I'm doing. what command should I use to pull this off? Keep in mind there needs to be multiple duplicates of the Bird scene loaded at a time, and I will need to know how to remove a bird scene when the game doesn't need it anymore.