逍遥boss 提交
parent
30c05503c1
commit
e7803d68c8
|
@ -195,6 +195,8 @@ function XiaoYaoLuckyBossPopup:SetSelectHero(monsterData)
|
||||||
Util.GetGameObject(this.e_fightBtn,"layout/num"):GetComponent("Text").text = "<color=#1B262E>" .. costNum .. "</color>"
|
Util.GetGameObject(this.e_fightBtn,"layout/num"):GetComponent("Text").text = "<color=#1B262E>" .. costNum .. "</color>"
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
costId = 16
|
||||||
|
costNum = 0
|
||||||
Util.GetGameObject(this.e_fightBtn,"Text").gameObject:SetActive(true)
|
Util.GetGameObject(this.e_fightBtn,"Text").gameObject:SetActive(true)
|
||||||
Util.GetGameObject(this.e_fightBtn,"layout").gameObject:SetActive(false)
|
Util.GetGameObject(this.e_fightBtn,"layout").gameObject:SetActive(false)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue