This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

So I'm just trying to learn the engine and language, it seems fairly intuitive so far. The issue I'm encountering is having the start menu in the tutorial disappear after you hit the start button. That is to say that the button and start menu don't disappear at all and the game is currently unplayable. I linked the startgame() signal with the newgame function, it confirms it with the green symbol thing. Any help is appreciated :)

https://ibb.co/L0M4cxn
https://ibb.co/QCpSJfj
https://ibb.co/B6K2xyd

Godot version 3.5.1
in Engine by (15 points)

1 Answer

+1 vote
Best answer

Double check that you are getting to that function (_on_start_button_pressed) by putting a print statement in it or a breakpoint.
I don't see the button in the node tree in the images so its hard to tell anything beyond that.
I am guessing the start button is not signalled to the _on_start_button_pressed() function properly.

by (376 points)
selected by

Yup I missed signaling the button being pressed to the function onstartbuttonpressed().

Thank you so much! I really appreciate it :)

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.