神将界面特效修改提交

dev_chengFeng
jiaoyangna 2021-11-08 15:18:28 +08:00
parent dc5f09cc02
commit 265aaca235
1 changed files with 4 additions and 0 deletions

View File

@ -650,6 +650,10 @@ function this:UpdateHeroInfoData()
end
SetHeroStars(this.spLoader, this.starGrid, star,starType,starSize,starScale)--,Vector2.New(0.5,0.5))
Util.SetParticleSortLayer(this.starGrid,this.sortingOrder + 1)
--使得神魂特效同步------------------------
this.starGrid:SetActive(false)
this.starGrid:SetActive(true)
------------------------------------------
this.posImage.sprite =this.spLoader:LoadSprite(curHeroData.professionIcon)
this.heroName.text = curHeroData.name
this.profession.sprite =this.spLoader:LoadSprite(GetProStrImageByProNum(curHeroData.heroConfig.PropertyName))