潜能红点修改提交
parent
573e3a3320
commit
f73ff2af92
|
@ -127,14 +127,14 @@ function RoleInfoPanel:InitComponent()
|
|||
this.potencyBtn=Util.GetGameObject(self.transform,"rightGrid/potencyBtn")
|
||||
this.potencyImg=Util.GetGameObject(self.transform,"rightGrid/potencyBtn"):GetComponent("Image")
|
||||
this.potencyImg.sprite=this.spLoader:LoadSprite("r_hero_qianneng_zh")
|
||||
this.potencyRedPoint=Util.GetGameObject(Util.GetGameObject(self.transform,"rightGrid/potencyBtn"),"redPoint")
|
||||
this.potencyRedPoint=Util.GetGameObject(self.transform,"rightGrid/potencyBtn/redPoint")
|
||||
|
||||
--特训
|
||||
this.trainingClick=Util.GetGameObject(self.transform,"rightGrid/trainBtn")
|
||||
this.trainingBtn=Util.GetGameObject(self.transform,"rightGrid/trainBtn")
|
||||
this.trainBtnImg=Util.GetGameObject(self.transform,"rightGrid/trainBtn"):GetComponent("Image")
|
||||
this.trainBtnImg.sprite=this.spLoader:LoadSprite("r_hero_texun_zh")
|
||||
this.trainingBtnRedPoint=Util.GetGameObject(Util.GetGameObject(self.transform,"rightGrid/potencyBtn"),"redPoint")
|
||||
this.trainingBtnRedPoint=Util.GetGameObject(self.transform,"rightGrid/trainBtn/redPoint")
|
||||
this.PageList = {}
|
||||
|
||||
this.GodSoulBtn=Util.GetGameObject(self.transform,"leftGrid/GodSoulBtn")
|
||||
|
|
Loading…
Reference in New Issue