6 ms·
Clicking on StartGame does not work beacause the button is not wired to anything: func _on_StartGame_pressed(): pass # Replace with function body. Pro
by JoeAcchino 7y ago
Clicking on StartGame does not work beacause the button is not wired to anything:
func _on_StartGame_pressed():
pass # Replace with function body.
Probably not ready for the public, but fun to hack around and trying to understand how it works from the inside out.