【心愿抽卡】十连没音效
parent
ad004ddc5e
commit
7048691167
|
|
@ -126,6 +126,7 @@ function QianKunBoxBuyTenPanel:OnSortingOrderChange()
|
|||
end
|
||||
--界面打开时调用(用于子类重写)
|
||||
function QianKunBoxBuyTenPanel:OnOpen(...)
|
||||
SoundManager.PlaySound(SoundConfig.UI_Siyuanzhen)
|
||||
-- this.itemIcon1.sprite=this.spLoader:LoadSprite(GetResourcePath(ItemConfig[SecretBoxManager.MainCost[2][1][1]].ResourceID))
|
||||
local args = { ... }
|
||||
this.drop=args[1]
|
||||
|
|
|
|||
|
|
@ -116,6 +116,7 @@ function SecretBoxBuyTenPanel:OnSortingOrderChange()
|
|||
end
|
||||
--界面打开时调用(用于子类重写)
|
||||
function SecretBoxBuyTenPanel:OnOpen(...)
|
||||
SoundManager.PlaySound(SoundConfig.UI_Siyuanzhen)
|
||||
-- this.itemIcon1.sprite=this.spLoader:LoadSprite(GetResourcePath(ItemConfig[SecretBoxManager.MainCost[2][1][1]].ResourceID))
|
||||
local args = { ... }
|
||||
this.drop=args[1]
|
||||
|
|
|
|||
Loading…
Reference in New Issue