通过普通转动进入小游戏没有bgm的bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 43s

This commit is contained in:
TJH 2025-10-13 14:50:13 +08:00
parent edf5909a33
commit 647324d728

View File

@ -583,6 +583,8 @@ export class SlotScene extends Component {
this.slotGame.playScatterAni(() => {
// 第一次进入免费旋转需要切换背景和展示免费次数
this.FreeSpinEnter.show(this.spinInfo.Data.FreeSpin.MaxCount, () => {
AudioManager.instance.stopAllSFX()
AudioManager.instance.playBGM('Free_Mode_BGM');
this.slotGame.changeBg(true);
this.slotBar.enterFreeSpin(this.spinInfo.Data.FreeSpin.LeftCount);
this.scheduleOnce(() => {