From f68aaff3bcc2e361b20807351aa0d1653cc65f75 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Fri, 19 Oct 2018 17:00:18 -0700 Subject: [PATCH] use beat hit sound as menu click confirm --- src/assets.html | 1 + src/templates/gameMenu.html | 3 ++- src/templates/menu.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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">