罗浮争锋小人朝向错误修改
parent
022a7f46c6
commit
f2e06a8bc4
|
@ -310,7 +310,11 @@ function this.LocadPersonInfoLive(go,data,live)
|
|||
LogYellow("data.userTitle "..data.userTitle)
|
||||
liveNodeList[go] = PlayerLiveView:New(live.transform,2, curPlayerLiveViewData,this.sortingOrder)
|
||||
liveNodeList[go]:SetNameHeight(-2.5)
|
||||
liveNodeList[go]:OnOpen(GetPlayerRoleSingleConFig().Scale6,Vector3.New(0,-118.65,0),WALK_DIR.IDLE_LEFT)
|
||||
if data.userMount and data.userMount > 0 and data.userMount ~= PlayerRide.YUJIAN then
|
||||
liveNodeList[go]:OnOpen(GetPlayerRoleSingleConFig().Scale6,Vector3.New(0,-118.65,0),WALK_DIR.IDLE_LEFT)
|
||||
else
|
||||
liveNodeList[go]:OnOpen(GetPlayerRoleSingleConFig().Scale6,Vector3.New(0,-118.65,0),WALK_DIR.IDLE_FRONT)
|
||||
end
|
||||
-- liveNodeList[go] = {name=npc, go=live2d}
|
||||
end
|
||||
--刷新倒计时显示
|
||||
|
|
Loading…
Reference in New Issue