新竞技场段位提升修改提交
parent
652beb7c5d
commit
6ef082db2f
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue