parent
e9059fe160
commit
a278ca3e8c
|
|
@ -575,7 +575,7 @@ function this.SetTeamInfo(_go,teamData,type)
|
||||||
Util.SetParticleSortLayer(teamList[hero.position].starGrid,this.sortingOrder + 1)
|
Util.SetParticleSortLayer(teamList[hero.position].starGrid,this.sortingOrder + 1)
|
||||||
local heroConfig = ConfigManager.GetConfigData(ConfigName.HeroConfig, heroTid)
|
local heroConfig = ConfigManager.GetConfigData(ConfigName.HeroConfig, heroTid)
|
||||||
teamList[hero.position].proIcon.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(heroConfig.PropertyName))
|
teamList[hero.position].proIcon.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(heroConfig.PropertyName))
|
||||||
teamList[hero.position].levelText.text =endLess[heroTid].Level or hero.level
|
teamList[hero.position].levelText.text = hero.level
|
||||||
teamList[hero.position].frame.sprite = this.spLoader:LoadSprite(GetQuantityImageByquality(heroConfig.Quality, hero.star))
|
teamList[hero.position].frame.sprite = this.spLoader:LoadSprite(GetQuantityImageByquality(heroConfig.Quality, hero.star))
|
||||||
SetHeroIcon(this.spLoader, hero,teamList[hero.position].icon,heroConfig)
|
SetHeroIcon(this.spLoader, hero,teamList[hero.position].icon,heroConfig)
|
||||||
SetHeroFlyEffect(teamList[hero.position].hero,this.spLoader,star,this.sortingOrder+1,0.6,2)
|
SetHeroFlyEffect(teamList[hero.position].hero,this.spLoader,star,this.sortingOrder+1,0.6,2)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue