[背包]======背包页签位置修改

dev_chengFeng
wangzhenxing 2022-08-11 15:13:26 +08:00
parent 2f84d554cc
commit e19570f43f
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ function BagPanel:InitComponent()
this.noneImage=Util.GetGameObject(self.gameObject,"NoneImage")
this.noneTxt=Util.GetGameObject(self.gameObject,"NoneImage/TextImage/Text"):GetComponent("Text")
this.noneBtn=Util.GetGameObject(self.gameObject,"NoneImage/TextImage")
this.tabBox:GetComponent("RectTransform").anchoredPosition3D=Vector3.New(-540,82,0)
end