aboutsummaryrefslogtreecommitdiff
path: root/client/menu/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/game.gd')
-rw-r--r--client/menu/game.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/game.gd b/client/menu/game.gd
index ae44957a..ee8743f4 100644
--- a/client/menu/game.gd
+++ b/client/menu/game.gd
@@ -5,4 +5,5 @@ func _ready():
func _input(_event):
if Input.is_action_just_pressed("pause"):
+ Sound.play_click()
submenu("res://menu/ingame.tscn")