Fix some sounds

This commit is contained in:
LoveEevee
2018-09-11 17:50:10 +03:00
parent 3dc40e72d3
commit 2a6a6d0524
6 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ function Tutorial() {
var _this = this;
this.run = function() {
assets.sounds["bgm_setsume"].playLoop(0, false, 0, 1.0540416666666668)
assets.sounds["bgm_setsume"].playLoop(0.1, false, 0, 1.054, 16.054)
$('#tutorial-end-button').click(function(){
assets.sounds["bgm_setsume"].stop();