master
parent
62017488d9
commit
e9651e773e
|
|
@ -55,7 +55,7 @@ function GuildSkillUpLvPopup:InitComponent()
|
|||
effectList[i].transform.localScale = Vector3.one
|
||||
effectList[i].transform.localPosition = Vector3.zero
|
||||
effectList[i]:SetActive(true)
|
||||
Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
|
||||
--Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
|
||||
end
|
||||
this.materialGrid = Util.GetGameObject(self.gameObject,"bg/materialGrid")
|
||||
for i = 1, 2 do
|
||||
|
|
@ -139,9 +139,9 @@ function GuildSkillUpLvPopup:OnShow()
|
|||
this.TabCtrl:Init(this.tabBox, _TabData, curIndex)
|
||||
-- oldWarPowerValue = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL)
|
||||
|
||||
for i = 1, #effectList do
|
||||
Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
|
||||
end
|
||||
--for i = 1, #effectList do
|
||||
--Util.GetGameObject(effectList[i], "partical_click2"):GetComponent("ParticleSystem"):Stop()
|
||||
--end
|
||||
end
|
||||
|
||||
function GuildSkillUpLvPopup:OnSortingOrderChange()
|
||||
|
|
|
|||
Loading…
Reference in New Issue