diff --git a/rose/res/soundtrack/Mission_Impossible.ogg b/rose/res/soundtrack/Mission_Impossible.ogg new file mode 100644 index 00000000..fc54a15f Binary files /dev/null and b/rose/res/soundtrack/Mission_Impossible.ogg differ diff --git a/rose/web/game.js b/rose/web/game.js index ed1afc45..f87c09bf 100644 --- a/rose/web/game.js +++ b/rose/web/game.js @@ -27,7 +27,7 @@ var ROSE = (function() { this.obstacles = new Obstacles(image_loader); this.cars = new Cars(image_loader); this.finish_line = new FinishLine(image_loader); - this.sound = new Sound("res/soundtrack/Nyan_Cat.ogg"); + this.sound = new Sound("res/soundtrack/Mission_Impossible.ogg"); } App.prototype.onmessage = function(m) {