aboutsummaryrefslogtreecommitdiff
path: root/client/menu/error_menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/error_menu.gd')
-rw-r--r--client/menu/error_menu.gd8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/menu/error_menu.gd b/client/menu/error_menu.gd
deleted file mode 100644
index 087261e5..00000000
--- a/client/menu/error_menu.gd
+++ /dev/null
@@ -1,8 +0,0 @@
-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")