parent
1933a9b7ae
commit
fafbaa3617
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue