英雄图鉴问题

onepiece_demo_arena^2
xiejun 2024-02-19 18:15:23 +08:00
parent 9e5535b358
commit a0e8b9c7da
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ function HandBookRoleInfoLayout:InitComponent()
self.posBtn= Util.GetGameObject(self.gameObject,"dingwei")
self.posTxt=Util.GetGameObject(self.gameObject,"dingwei/PosInfo"):GetComponent("Text")
self.lvTxt=Util.GetGameObject(self.gameObject,"lvObj/lvTxt"):GetComponent("Text")
self.proImg=Util.GetGameObject(self.gameObject,"posImage"):GetComponent("Image")
self.proTxt=Util.GetGameObject(self.gameObject,"posText2"):GetComponent("Text")
self.proImg=Util.GetGameObject(self.gameObject,"PosImage"):GetComponent("Image")
self.proTxt=Util.GetGameObject(self.gameObject,"PosText2"):GetComponent("Text")
self.btnsLayer=Util.GetGameObject(self.gameObject,"skillBtns"):GetComponent("Canvas")
allBtns={}
for i = 1, 6 do