Hello folks,
I was wondering whether saving a reference inside a variable provides any value over just using the dollar sign to reference a child node directly in script? In the case of this lecture, why didn’t we just do this:
$RocketContainer.add_child(rocket_instance)
This is concise and saves us the effort of storing the refence.