Godot Engine – How to create references to nodes
This tutorial explains how to create exported variables that reference nodes and how to combine this with static typing. Why using $ or get_node() is problematic To get a reference to a node in your node tree, you can use the $ sign followed by the node’s path. In a setup like on the next […]
