Commit 3cc7a201 authored by Bui's avatar Bui

fixie

parent 322dd9f7
...@@ -82,13 +82,13 @@ function Scoresheet(controller, score){ ...@@ -82,13 +82,13 @@ function Scoresheet(controller, score){
$("#song-select").click(function(){ $("#song-select").click(function(){
assets.sounds["don"].play(); assets.sounds["don"].play();
bgm.stop(); bgm.pause();
controller.songSelection(); controller.songSelection();
}); });
$("#replay").click(function(){ $("#replay").click(function(){
assets.sounds["don"].play(); assets.sounds["don"].play();
bgm.stop(); bgm.pause();
controller.restartSong(); controller.restartSong();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment