We can add nodes by doing add_child(node)
, however how we can store a reference for later use? My expectation was that this was going to work:
Julliet = add_child(Julliet_Template)
However in the editor it says:
Assignment operation, but the function 'add_child()' returns void.
I have researched the topic but nobody is talking about this, this will be very useful for a lot of reasons. Where is the blackmagic? I can't find it. o.o