Your image is broken.
Regardless, if the error message is that start()
is not defined, the only place it is called is in new_game()
:
$Player.start($StartPosition.position)
start()
is defined on the player, so you need to look in the Player.gd script to see what the problem may be.
However, it could be something else. So please include the exact error message you received.