parent
7ac2417ff8
commit
83ceaa43b7
|
|
@ -299,10 +299,12 @@ function this.SetHeadsInfo(data,root,index,name,level)
|
|||
ride = data.userMount,
|
||||
designation = data.userTitle,
|
||||
}
|
||||
LogGreen("data.userSkin:"..data.userSkin)
|
||||
LogGreen("data.userMount:"..data.userMount)
|
||||
npc = PlayerLiveView:New(this.livePrefab.transform,2, curPlayerLiveViewData,this.sortingOrder,NPCPosType.smallMap)
|
||||
npc:SetNameHeight(-2.5)
|
||||
npc:OnOpen(GetPlayerRoleSingleConFig().Scale6,Vector3.New(0,-118.65,0),WALK_DIR.IDLE_LEFT)
|
||||
|
||||
npc:SetWalkDir(WALK_DIR.IDLE_FRONT)
|
||||
Util.AddOnceClick(this.firstheadClick,function()
|
||||
if sData.rankType == RANK_TYPE.TASUILINGXIAO then
|
||||
UIManager.OpenPanel(UIName.PlayerInfoPopup, data.uid,PLAYER_INFO_VIEW_TYPE.TSLX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue