aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-27 00:37:38 +0200
committernokoe <nokoe@mailbox.org>2024-06-27 00:37:38 +0200
commitfd629cefc69189751f003dc3add47666f2742ae3 (patch)
treeeb1ae8d4fdc41f876550b16926f7924ce3e119d9 /client/menu
parent336f7f159be619fef0ec7665fccfd6204879d879 (diff)
downloadhurrycurry-fd629cefc69189751f003dc3add47666f2742ae3.tar
hurrycurry-fd629cefc69189751f003dc3add47666f2742ae3.tar.bz2
hurrycurry-fd629cefc69189751f003dc3add47666f2742ae3.tar.zst
add zoom joypad controls
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/menu_manager.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/menu_manager.gd b/client/menu/menu_manager.gd
index 079f6e44..2d196d71 100644
--- a/client/menu/menu_manager.gd
+++ b/client/menu/menu_manager.gd
@@ -17,7 +17,7 @@ func _ready():
Global.fade_next = false
transition.fade_in()
-func _input(event):
+func _input(_event):
if Input.is_action_just_pressed("ui_cancel") && menu_stack.size() > 1:
go_back()