extends Control func _ready(): Global.focus_first_button(self) $Panel/contents/mesage.text = Global.error_message func _on_return_pressed(): $SceneTransition.transition_to("res://menu/menu_manager.tscn")