How it Works
Every Node in Godot will have a Bevy entity generated for it. These Bevy entities can have components attached to them. So, essentially, you attach Bevy components to Godot nodes.
Let’s start by learning how to add components to a Godot node in the editor.