For those who are familiar, I'm nearing the end of the Dodge The Creeps tutorial in the "Your first game" section of the Godot docs. I've checked over all of my code and everything looks correct, but I can't figure out what it's asking for in this final step.
"Now we need to connect the HUD functionality to our Main script. This requires a few additions to the Main scene:
In the Node tab, connect the HUD’s start_game signal to the new_game() function.
In new_game(), update the score display and show the “Get Ready” message:"
The specific section of the tutorial can be found here.
Any help you can offer would be immensely appreciated. :smile: