【特效】修复获取不到特效节点的问题
parent
3625da459f
commit
d514b3e0f8
|
|
@ -72,8 +72,8 @@ function this:InitComponent()
|
|||
this.helpBtn = Util.GetGameObject(self.gameObject, "helpBtn")
|
||||
this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition
|
||||
|
||||
this.oneSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan")
|
||||
this.twoSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang")
|
||||
this.oneSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan")
|
||||
this.twoSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang")
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue