I have bricked my project by accidentally having two objects reference each other
I have a pen without a cap and a pen with a cap, they both can transform into each other and thus have eachother’s scenes as a var PackedScene = load in their code
This caused Godot to completely brick itself until i removed said scenes
Is there a way to have object A reference object B while object B references object A?