按钮图片修改
parent
474bc21dba
commit
b22464bb4e
|
@ -146,7 +146,7 @@ function this:SetIcon()
|
||||||
end
|
end
|
||||||
elseif (waveId == data.monsterWave + 1) then
|
elseif (waveId == data.monsterWave + 1) then
|
||||||
this.tip.text = "战斗奖励"
|
this.tip.text = "战斗奖励"
|
||||||
this.sureBtn:GetComponent("Image").sprite = this.spLoader:LoadSprite("Btn_hz_cheng_01")
|
this.sureBtn:GetComponent("Image").sprite = this.spLoader:LoadSprite("X1_zhanling_pata_bt_03")
|
||||||
this.fightBtnText.text = string.format("<color=#%s>%s</color>","17232A","挑 战")
|
this.fightBtnText.text = string.format("<color=#%s>%s</color>","17232A","挑 战")
|
||||||
else
|
else
|
||||||
this.tip.text = "战斗奖励"
|
this.tip.text = "战斗奖励"
|
||||||
|
|
Loading…
Reference in New Issue