diff --git a/sounds.js b/sounds.js index 36ca481..75fc9ba 100644 --- a/sounds.js +++ b/sounds.js @@ -17,6 +17,9 @@ var sounds = { "coin" : { url : "sounds/coin.mp3" } + "laser" : { + url : "sounds/laser.mp3" + } }; diff --git a/sounds/laser.mp3 b/sounds/laser.mp3 new file mode 100644 index 0000000..86c9c7a Binary files /dev/null and b/sounds/laser.mp3 differ