You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: