First step
Tuto & concept, godot discovery
Godot - The ultimate introduction to Godot 4
Nodes are basic elements: image, sound, timer, path, skeleton, area, etc.
ex: an enemie would be compose of multiple nodes: sprite, collision, script, etc.
Scenes it oganizes nodes, and it's displayed it. We can place Scenes into other Scenes.
To resume, nodes are the basic building blocks (images, sound, etc.). Nodes are placed in scenes. Scenes can be placed in other scenes.