四元阵修改提交

dev_chengFeng
DESKTOP-98AVA47\Administrator 2021-07-20 10:27:43 +08:00
parent f6ecf740b7
commit 625afbec42
1 changed files with 0 additions and 2 deletions

View File

@ -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")