From 84526630c762489fdb544fe923d92cb5a6e666e9 Mon Sep 17 00:00:00 2001 From: tpart Date: Sun, 13 Jul 2025 23:19:59 +0200 Subject: Remove keybinding I added by accident --- client/menu/menu.gd | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/menu') diff --git a/client/menu/menu.gd b/client/menu/menu.gd index e831816e..fa70d301 100644 --- a/client/menu/menu.gd +++ b/client/menu/menu.gd @@ -140,8 +140,6 @@ func update_parent_menu(node: Node): func _input(_event): if Input.is_action_just_pressed("menu"): exit_maybe() - if Input.is_action_just_pressed("reset"): - exit_maybe() func exit_maybe() -> void: # Exit menu if all conditions are met -- cgit v1.2.3-70-g09d2