kidscancode / Godot3_dodge

"Dodge the Creeps!" Godot Engine 3.0 "getting started" game demonstrating the basics.
MIT License
90 stars 30 forks source link

Clarification request #20

Open differenceclouds opened 3 years ago

differenceclouds commented 3 years ago

Hi there. Just went through this tutorial, and it was mostly smooth sailing, but one detail let me scratching my head for a while. I think it should be clarified that when creating the game_over signal, you need to be in the Main scene in order to connect from the player node to the main node. If you're in the Player scene, the main node isn't available. It makes sense in retrospect, but if someone is just following the steps this is a very easy mistake to make, especially since the tutorial doesn't explicitly say you're connecting to Main and not Player. I only figured it out when downloading this source and looking at Main.tscn in text. That's all, thanks!

SafeArrow816 commented 2 years ago

Bonjour, pour une meilleure compréhension et un usage courant agrémenté, prendre en compte ma contribution pour le jeu Dodge 2D Godot. Merci.