diff options
Diffstat (limited to 'client/menu/menu.gd')
| -rw-r--r-- | client/menu/menu.gd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/menu/menu.gd b/client/menu/menu.gd index 30a9ca7d..52a9bd7d 100644 --- a/client/menu/menu.gd +++ b/client/menu/menu.gd @@ -125,6 +125,6 @@ func update_parent_menu(node: Node):  func _input(_event):  	if popup != null: return  	if Time.get_ticks_msec() - open_since < 100: return -	if Input.is_action_just_pressed("ui_cancel"): +	if Input.is_action_just_pressed("menu"):  		Sound.play_click()  		exit() | 
