白片修改提交
parent
a5453201cc
commit
5f1d583737
|
|
@ -86,8 +86,9 @@ function RoleInfoPanel:InitComponent()
|
|||
--上锁
|
||||
this.lockBtn=Util.GetGameObject(this.optionUp,"lockBtn")
|
||||
this.lockImage=Util.GetGameObject(this.lockBtn.transform,"lock")
|
||||
this.lockImage:GetComponent("Image").sprite = Util.LoadSprite("r_tongyong_suoding_zh")
|
||||
this.unlockImage=Util.GetGameObject(this.lockBtn.transform,"unlock")
|
||||
|
||||
this.unlockImage:GetComponent("Image").sprite = Util.LoadSprite("r_tongyong_jiesuo_zh")
|
||||
this.talentBtn=Util.GetGameObject(self.transform,"talentBtn")
|
||||
this.talentProgress=Util.GetGameObject(self.transform,"talentBtn/progress"):GetComponent("Text")
|
||||
this.talentTipStr=Util.GetGameObject(self.transform,"talentBtn/tipStr"):GetComponent("Text")
|
||||
|
|
|
|||
Loading…
Reference in New Issue