aboutsummaryrefslogtreecommitdiff
path: root/client/menu/error_menu.gd
blob: 087261e58c90f01dca892702064fb2ae8f7e343d (plain)
1
2
3
4
5
6
7
8
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")