四元阵修改提交
parent
f6ecf740b7
commit
625afbec42
|
|
@ -64,7 +64,6 @@ function ElementDrawCardPanelNew:BindEvent()
|
|||
|
||||
Util.AddClick(self.btnBack, function ()
|
||||
self.getCardPanel:SetActive(false)
|
||||
self.parent.mask.gameObject:SetActive(false)
|
||||
self.parent.AddTrigger()
|
||||
self.effect:SetActive(false)
|
||||
SoundManager.PlayMusic(SoundConfig.BGM_Main)
|
||||
|
|
@ -104,7 +103,6 @@ function ElementDrawCardPanelNew:BtnAction(index)
|
|||
self.parent.tabbox.gameObject:SetActive(false)
|
||||
self.getCardPanel.gameObject:SetActive(true)
|
||||
self.parent.RemoveTrigger()
|
||||
self.parent.mask.gameObject:SetActive(true)
|
||||
self.effect:SetActive(true)
|
||||
self.Image2Text.text = string.format("%s神将碎片",PropertyType[index])
|
||||
SetTextVerTial(self.Image2Text,Vector3.New(134.88,-5.9,0),"MiddleLeft")
|
||||
|
|
|
|||
Loading…
Reference in New Issue