aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/game.gd b/client/menu/game.gd
index c36fca86..f126b448 100644
--- a/client/menu/game.gd
+++ b/client/menu/game.gd
@@ -21,7 +21,7 @@ func _ready():
super()
func _input(_event):
- if Input.is_action_just_pressed("ui_cancel"):
+ if Input.is_action_just_pressed("ui_menu"):
open_ingame_menu()
func open_ingame_menu():