大概修了
This commit is contained in:
parent
53e262dbd5
commit
732d9e5613
@ -305,6 +305,7 @@ events.prototype._gameOver_askRate = function (ending) {
|
|||||||
events.prototype.restart = function () {
|
events.prototype.restart = function () {
|
||||||
core.showStartAnimate();
|
core.showStartAnimate();
|
||||||
core.playBgm(main.startBgm);
|
core.playBgm(main.startBgm);
|
||||||
|
core.resumeBgm();
|
||||||
};
|
};
|
||||||
|
|
||||||
////// 询问是否需要重新开始 //////
|
////// 询问是否需要重新开始 //////
|
||||||
|
@ -630,6 +630,7 @@ loader.prototype._loadMusics = function () {
|
|||||||
});
|
});
|
||||||
// 直接开始播放
|
// 直接开始播放
|
||||||
core.playBgm(main.startBgm);
|
core.playBgm(main.startBgm);
|
||||||
|
core.resumeBgm();
|
||||||
};
|
};
|
||||||
|
|
||||||
loader.prototype._loadSounds_sync = function () {
|
loader.prototype._loadSounds_sync = function () {
|
||||||
|
2356
libs/utils.js
2356
libs/utils.js
File diff suppressed because it is too large
Load Diff
2880
project/plugins.js
2880
project/plugins.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user