Merge branch 'china/dev_bt' of http://60.1.1.230/gaoxin/JL_Client into china/dev_bt
commit
ce5ba6cfda
|
@ -870,7 +870,7 @@ function this.SingleHeroDataShow(_go, _heroData)
|
|||
teamList[index-2000]:SetActive(true)
|
||||
end
|
||||
end
|
||||
--LogError("heroData.heroConfig.Id=="..heroData.heroConfig.Id)
|
||||
LogError("heroData.heroConfig.Id=="..heroData.heroConfig.Id)
|
||||
star=endLess[heroData.heroConfig.Id].Star
|
||||
if star>11 then
|
||||
starSize = Vector3.New(1,-15.6)
|
||||
|
@ -880,6 +880,10 @@ function this.SingleHeroDataShow(_go, _heroData)
|
|||
|
||||
level=endLess[heroData.heroConfig.Id].Level
|
||||
end
|
||||
if star>11 then
|
||||
starSize = Vector3.New(1,-15.6)
|
||||
starScale = -13
|
||||
end
|
||||
frame.sprite=this.spLoader:LoadSprite(GetHeroQuantityImageByquality(heroData.heroConfig.Quality,star))
|
||||
if HarmonyManager.IsChangeColor(heroData.dynamicId) then
|
||||
-- body
|
||||
|
|
Loading…
Reference in New Issue