I'm currently going through the Godot tutorials and I'm currently stuck. The tutorial I'm going through is the link below:
https://docs.godotengine.org/en/stable/getting_started/step_by_step/signals.html
I saw the following statement: "You can then run it with F6 (Cmd + R on macOS). At the moment, the button will be visible, but nothing will happen if you press it." However, when I do run it, I don't see anything. The script just starts to run in circles (which is intended, but the button never showed up to begin with):
Why is the button not showing?