【立绘朝向】=============装备界面立绘朝向
parent
060a380305
commit
c80968098c
|
@ -572,6 +572,7 @@ function this.ShowHeroEquip()
|
|||
SetHeroBg(this.spLoader, Util.GetGameObject(this.transform, "bg/heroInfo"),Util.GetGameObject(this.transform, "bg/heroInfo/bg"), curHeroData.star)
|
||||
this.heroLv.text = curHeroData.lv
|
||||
this.heroIcon.sprite = this.spLoader:LoadSprite(curHeroData.painting)
|
||||
SetHEeroLiveToward(this.heroIcon,curHeroData.heroConfig.Toward)
|
||||
this.heroProIcon.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(curHeroData.heroConfig.PropertyName))
|
||||
local star,starType = curHeroData.GetStar(1)
|
||||
local starScale = -10
|
||||
|
|
Loading…
Reference in New Issue