封神之路对战界面等级显示修改 同bt

(cherry picked from commit 2c1cc86435)
tcx_xiyou_bt_ios
wangzhenxing 2024-05-22 19:11:33 +08:00
parent e9059fe160
commit a278ca3e8c
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ function this.SetTeamInfo(_go,teamData,type)
Util.SetParticleSortLayer(teamList[hero.position].starGrid,this.sortingOrder + 1)
local heroConfig = ConfigManager.GetConfigData(ConfigName.HeroConfig, heroTid)
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))
SetHeroIcon(this.spLoader, hero,teamList[hero.position].icon,heroConfig)
SetHeroFlyEffect(teamList[hero.position].hero,this.spLoader,star,this.sortingOrder+1,0.6,2)