What is a Node?
What is a Node?
A node is a fundamental element in Godot.
A node is a fundamental element in Godot.
Everything in a Godot project, such as the player, enemies, environments, lights, backgrounds, and camera, is made up of nodes.
Nodes can have children nodes, which can have children nodes, and so on.
This creates a hierarchy of nodes, which is the basis of a Godot game.