diff --git a/src/assets.html b/src/assets.html
index f96f8d6..1a541ab 100644
--- a/src/assets.html
+++ b/src/assets.html
@@ -14,6 +14,7 @@
+
diff --git a/src/templates/gameMenu.html b/src/templates/gameMenu.html
index 65080ac..d93caaa 100644
--- a/src/templates/gameMenu.html
+++ b/src/templates/gameMenu.html
@@ -21,7 +21,8 @@
id="gameMenu"
bind__visible="isGameOver || isPaused || isVictory"
position="0 1.1 -2"
- play-sound="event: mouseenter; sound: #hoverSound; volume: 0.03">
+ play-sound="event: mouseenter; sound: #hoverSound; volume: 0.03"
+ play-sound__click="event: click; sound: #confirmSound; volume: 0.25">