zhangqiang 2020-09-14 15:11:07 +08:00
parent 1933a9b7ae
commit fafbaa3617
1 changed files with 1 additions and 1 deletions

View File

@ -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