diff --git a/assets/Game/scripts/SlotScene.ts b/assets/Game/scripts/SlotScene.ts index 7876527..b5de2f1 100644 --- a/assets/Game/scripts/SlotScene.ts +++ b/assets/Game/scripts/SlotScene.ts @@ -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(() => {