parent
1933a9b7ae
commit
fafbaa3617
|
|
@ -114,7 +114,7 @@ function this.tableTurnEffect(speed,itemId)
|
||||||
local redNext = Util.GetGameObject(this.itemsList[index+1],"Red")
|
local redNext = Util.GetGameObject(this.itemsList[index+1],"Red")
|
||||||
redNext:SetActive(true)
|
redNext:SetActive(true)
|
||||||
-- 音效
|
-- 音效
|
||||||
SoundManager.PlaySound(SoundConfig.Sound_zd)
|
SoundManager.PlaySound(SoundConfig.Sound_zp)
|
||||||
index = index + 1
|
index = index + 1
|
||||||
--检测最后的奖励
|
--检测最后的奖励
|
||||||
if itemId and id == this.TrialGameConfig[this.list[index]].RewardID and num == this.TrialGameConfig[this.list[index]].Max then
|
if itemId and id == this.TrialGameConfig[this.list[index]].RewardID and num == this.TrialGameConfig[this.list[index]].Max then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue