From fafbaa361709c6e5fe9f2c39b4dca04e0b020b5b Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Mon, 14 Sep 2020 15:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua b/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua index 0bd2fe2ae1..51635d2077 100644 --- a/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua +++ b/Assets/ManagedResources/~Lua/Modules/Map/TrialMiniGame/Logic/Game_17.lua @@ -114,7 +114,7 @@ function this.tableTurnEffect(speed,itemId) local redNext = Util.GetGameObject(this.itemsList[index+1],"Red") redNext:SetActive(true) -- 音效 - SoundManager.PlaySound(SoundConfig.Sound_zd) + SoundManager.PlaySound(SoundConfig.Sound_zp) index = index + 1 --检测最后的奖励 if itemId and id == this.TrialGameConfig[this.list[index]].RewardID and num == this.TrialGameConfig[this.list[index]].Max then