parent
4488ea76e7
commit
e4d8443f63
|
@ -29,6 +29,7 @@ function SevenDayCarnivalPanelV2:InitComponent()
|
|||
this.spLoader = SpriteLoader.New()
|
||||
--子模块脚本
|
||||
this.BtnBack = Util.GetGameObject(self.transform, "bg/btnBack")
|
||||
Util.GetGameObject(self.transform, "bg/Image"):SetActive(false)
|
||||
this.helpBtn = Util.GetGameObject(self.gameObject, "bg/helpBtn")
|
||||
this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition + Vector3(0,200,0)
|
||||
this.tabBox = Util.GetGameObject(self.gameObject, "TabBox")
|
||||
|
|
Loading…
Reference in New Issue