新竞技场段位提升修改提交

onepiece_demo_arena
wangzhenxing 2024-02-06 16:52:56 +08:00
parent 652beb7c5d
commit 6ef082db2f
1 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,9 @@ function ArenaNewUpRankPanel:InitComponent()
this.scoreTxt=Util.GetGameObject(self.gameObject, "Bg/hangOnTime"):GetComponent("Text")
this.text1=Util.GetGameObject(self.gameObject, "Bg/upRewardObj/userNameText"):GetComponent("Text")
this.text1.text="进阶奖励"
this.tipImg=Util.GetGameObject(self.gameObject, "tipImage"):GetComponent("Image")
this.tipImg.sprite=this.spLoader:LoadSprite("r_zhandou_rewardtap2_zh")
this.tipImg=Util.GetGameObject(self.gameObject, "tipImage"):GetComponent("Text")
this.tipImg.text="点击任意位置继续"
--this.tipImg.sprite=this.spLoader:LoadSprite("r_zhandou_rewardtap2_zh")
this.rewardObj=Util.GetGameObject(self.gameObject, "Bg/upRewardObj")
this.rewardObj:SetActive(false)
this.grid=Util.GetGameObject(self.gameObject, "Bg/upRewardObj/scroll/grid")