【无尽副本】添加帮助和商店入口
parent
d65ec0fe2a
commit
935bae0f1c
File diff suppressed because it is too large
Load Diff
|
|
@ -36,7 +36,7 @@ function this:InitComponent()
|
||||||
this.rightUp = Util.GetGameObject(self.gameObject, "rightUp")
|
this.rightUp = Util.GetGameObject(self.gameObject, "rightUp")
|
||||||
this.btnSetting = Util.GetGameObject(this.rightUp,"btnSetting")
|
this.btnSetting = Util.GetGameObject(this.rightUp,"btnSetting")
|
||||||
this.btnSetting.gameObject:SetActive(true)
|
this.btnSetting.gameObject:SetActive(true)
|
||||||
this.btnRightUpShop = Util.GetGameObject(this.rightUp,"btnShop")
|
this.btnRightUpShop = Util.GetGameObject(this.leftCenter,"btnShop")
|
||||||
this.helpBtn = Util.GetGameObject(self.gameObject, "helpBtn")
|
this.helpBtn = Util.GetGameObject(self.gameObject, "helpBtn")
|
||||||
this.helpPos = this.helpBtn:GetComponent("RectTransform").localPosition
|
this.helpPos = this.helpBtn:GetComponent("RectTransform").localPosition
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue