Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added rose/res/soundtrack/Mission_Impossible.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion rose/web/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down