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