From 647324d728039030674649e2122b7e795a9c8607 Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 13 Oct 2025 14:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87=E6=99=AE=E9=80=9A=E8=BD=AC?= =?UTF-8?q?=E5=8A=A8=E8=BF=9B=E5=85=A5=E5=B0=8F=E6=B8=B8=E6=88=8F=E6=B2=A1?= =?UTF-8?q?=E6=9C=89bgm=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/scripts/SlotScene.ts | 2 ++ 1 file changed, 2 insertions(+) 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(() => {