[飞升]=====大脑天宫特效修改
parent
4bd7512ade
commit
0a51ced090
|
@ -124,7 +124,7 @@ function this:FormationAdapter(msg)
|
|||
Util.GetGameObject(demon, "nameText"):GetComponent("Text").text = SubString2(GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.HeroConfig,demonId).ReadingName),6)
|
||||
local star,starType = GetStarOrGodSoulLv(1,curData.hero)
|
||||
SetHeroStars(this.spLoader, starGrid, star,starType)
|
||||
SetHeroFlyEffect(demon,self.spLoader,curData.hero.star,sortingOrder+1,2)
|
||||
SetHeroFlyEffect(demon,self.spLoader,curData.hero.star,sortingOrder+1,0.9,2)
|
||||
Util.SetParticleSortLayer(starGrid,sortingOrder + 1)
|
||||
proImage.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(demonData.PropertyName))
|
||||
--posImage.sprite = this.spLoader:LoadSprite(GetJobSpriteStrByJobNum(demonData.Profession))
|
||||
|
|
Loading…
Reference in New Issue