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:
https://docs.godotengine.org/en/stable/getting_started/step_by_step/signals.html
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.