【鸿蒙阵修改】
parent
13cafd1364
commit
6f0e3deebb
|
@ -247,7 +247,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:HongMengTowerUpLimit() ~= 0 then
|
||||
Util.GetGameObject(go.transform, "lv/Text"):GetComponent("Text").text = "<color=#ffbe22>"..heroData.lv.."</color>"
|
||||
GongMingMask:SetActive(true)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue