I wanted to make a retry button to reload the whole scene so that we can play again.
I’ve added:
func _on_retry_button_pressed():
get_tree().reload_current_scene()
But when I press the button, it do nothing
It’s maybe really stupid but yeah, I’m stuck on this