Question about "Using SIgnals" Tutorial
-
I'm new to Godot and is trying to learn how to use it, which is why I am going through the tutorials right now. I am trying to make a button in accordance to the following tutorial:
Using signals
In this lesson, we will look at signals. They are messages that nodes emit when something specific happens to them, like a button being pressed. Other nodes can connect to that signal and call a fu...
Godot Engine documentation (docs.godotengine.org)
However, when I run the script, I do not see the button and the icon automatically goes into a circular motion. I am not sure what it is that I am doing wrong, for I am going through the tutorial as best as I can. I haven't done the "Connecting a signal via code" portion yet but based on the tutorial, the button should be working already.