Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
18d94c1026
|
@ -713,7 +713,7 @@ function this:UpdateHeroUpStarData()
|
||||||
end
|
end
|
||||||
Util.GetGameObject(go.transform,"iconDefault"):SetActive(true)
|
Util.GetGameObject(go.transform,"iconDefault"):SetActive(true)
|
||||||
Util.GetGameObject(go.transform,"icon"):SetActive(false)
|
Util.GetGameObject(go.transform,"icon"):SetActive(false)
|
||||||
Util.GetGameObject(go.transform,"frame"):GetComponent("Image").sprite=Util.LoadSprite(GetHeroQuantityImageByquality(curUpStarData[i].upStarMaterialsData.StarLimit))
|
Util.GetGameObject(go.transform,"frame"):GetComponent("Image").sprite=Util.LoadSprite(GetHeroQuantityImageByquality(nil,curUpStarData[i].upStarMaterialsData.StarLimit))
|
||||||
--
|
--
|
||||||
end
|
end
|
||||||
local upStarHeroListData=HeroManager.GetUpStarHeroListData(curUpStarData[i].upStarMaterialsData.Id,curHeroData)
|
local upStarHeroListData=HeroManager.GetUpStarHeroListData(curUpStarData[i].upStarMaterialsData.Id,curHeroData)
|
||||||
|
|
Loading…
Reference in New Issue