Hello, I am just getting started programming in general and using Godot and am very new. I am still trying to find a starting point to learn but have been tooling around for fun. When connecting a button it creates this line:
private void _on_Start_pressed()
{
// Replace with function body.
}
Which gives errors as shown in the photo. Can someone please help me understand what I need to do to correct this?
I am simply trying to add function to the button.
Thanks!