diff options
| author | tpart <tpart120@proton.me> | 2025-07-13 23:19:59 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-07-13 23:19:59 +0200 | 
| commit | 84526630c762489fdb544fe923d92cb5a6e666e9 (patch) | |
| tree | b62a027babc02c43928580e0a9a2231aea804824 /client/menu/menu.gd | |
| parent | d48a880151086d8a43ed8ade31dff7cc52c757ff (diff) | |
| download | hurrycurry-84526630c762489fdb544fe923d92cb5a6e666e9.tar hurrycurry-84526630c762489fdb544fe923d92cb5a6e666e9.tar.bz2 hurrycurry-84526630c762489fdb544fe923d92cb5a6e666e9.tar.zst | |
Remove keybinding I added by accident
Diffstat (limited to 'client/menu/menu.gd')
| -rw-r--r-- | client/menu/menu.gd | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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 | 
