【归元修改】漏提

dev_chengFeng
zhangqiang 2021-03-30 18:13:05 +08:00
parent 202658d6d9
commit 127a019a1b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ function RoleTalismanPanelV2:InitComponent()
this.advanceBtn=Util.GetGameObject(this.gameObject,"AdvanceBtn")--进阶按钮
this.advanceBtnRedPot=Util.GetGameObject(this.gameObject,"AdvanceBtn/redPoint")
this.RecallBtn=Util.GetGameObject(this.gameObject,"RecallBtn")--归元按钮
this.RecallBtn:GetComponent("Image").sprite = Util.LoadSprite("r_fabao_guiyuan_zh")
this.leftBtn = Util.GetGameObject(this.gameObject, "LeftBtn")
this.rightBtn = Util.GetGameObject(this.gameObject, "RightBtn")
this.helpBtn= Util.GetGameObject(this.transform, "HelpBtn")