diff --git a/js/main.js b/js/main.js index 993d663..b64098d 100644 --- a/js/main.js +++ b/js/main.js @@ -54,6 +54,7 @@ subscribe("prepreload/done", function(){ subscribe("START", function(){ // Music + SOUNDS.bg_music.stop(); SOUNDS.bg_music.volume(0.5); SOUNDS.bg_music.loop(true); SOUNDS.bg_music.play(); @@ -74,4 +75,4 @@ subscribe("START", function(){ // Introduction slideshow.next(); -}); \ No newline at end of file +});