【鸿蒙阵需求修改】
parent
5eb853efbd
commit
381ec41882
|
@ -124,7 +124,7 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
if HarmonyManager.IsChangeColor(_heroData.dynamicId) then
|
||||
Util.GetGameObject(_go.transform, "lv/Text"):GetComponent("Text").text = "<color=#0f0>"..heroData.lv.."</color>"
|
||||
GongMingMask:SetActive(true)
|
||||
elseif HarmonyManager:IsEnvoy(_heroData.dynamicId) then
|
||||
elseif HarmonyManager:IsEnvoy(_heroData.dynamicId) and HarmonyManager.hongmengTablet >= HarmonyManager.TowerStartLimit then
|
||||
Util.GetGameObject(_go.transform, "lv/Text"):GetComponent("Text").text = "<color=#ffbe22>"..heroData.lv.."</color>"
|
||||
GongMingMask:SetActive(true)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue