大概修了

This commit is contained in:
草莓 2025-01-27 21:46:45 +08:00
parent 53e262dbd5
commit 732d9e5613
4 changed files with 2704 additions and 2534 deletions

View File

@ -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();
}; };
////// 询问是否需要重新开始 ////// ////// 询问是否需要重新开始 //////

View File

@ -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 () {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff