First of all you can't select Labels. So I think you mean Button. If not, replace the Label by a Button (and make it flat). Connect the signal pressed to a node in this scene with a script. In this function (_on_Button_pressed()
) type
get_tree().paused = false
hide()