Where can I find something that describes what to use and when? I am having a hard time getting started because I have no idea what I should use, Control, Node, Node2D, Container, etc.
I am trying to build a Blackjack game and I have wasted an entire week with Copilot and learned nothing. I don’t know how I should structure my game. Some game examples use Node2D, some put the cards in Picture Rectangles, others use Sprite2D, and then I have to get the positions right so the game looks good on different resolutions. Some examples use HBox or something. The coding isn’t even hard; it’s just getting everything laid out correctly. None of the tutorials or copilot examples are the same.
I found another tutorial on GitHub and it uses something completely different again.