tcx_xiyou_yueNan
parent
0ec55db979
commit
31218afb58
|
@ -306,7 +306,7 @@ function this.ShowHeroLive(_heroSConfigData)
|
|||
this.posBgImage.sprite = this.spLoader:LoadSprite(GetHeroPosBgStr(_heroSConfigData.Profession))
|
||||
this.posImage.sprite = this.spLoader:LoadSprite(GetHeroPosStr(_heroSConfigData.Profession))
|
||||
this.posText.text = GetLanguageStrById(_heroSConfigData.HeroLocation)
|
||||
SetTextVerTial(this.posText.gameObject, Vector3.New(67.5, 0, 0), "MiddleLeft")
|
||||
--SetTextVerTial(this.posText.gameObject, Vector3.New(67.5, 0, 0), "MiddleLeft")
|
||||
this.heroName.text = GetLanguageStrById(_heroSConfigData.ReadingName)
|
||||
-- this.posText.text = HeroOccupationDef[_heroSConfigData.Profession]
|
||||
-- this.posImage.sprite = this.spLoader:LoadSprite(GetJobSpriteStrByJobNum(_heroSConfigData.Profession))
|
||||
|
|
Loading…
Reference in New Issue