潜能红点修改提交

TCX_dev_realOne_master
PC-202302260912\Administrator 2023-12-15 16:48:28 +08:00
parent 573e3a3320
commit f73ff2af92
1 changed files with 2 additions and 2 deletions

View File

@ -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")