aboutsummaryrefslogtreecommitdiff
path: root/client/menu/error_menu.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
commit69cce2c92e067595d862c479104df6e966a1e8ee (patch)
tree33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/menu/error_menu.gd
parent1e28d68b1fc17a95b0dda305633be2016b692836 (diff)
downloadhurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst
refactor menu system yet again
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")