xiyou_sanguo
parent
5ee663a99e
commit
caf89a1efe
|
|
@ -165,12 +165,13 @@ function PlayerLiveView:OnShowLive()
|
|||
self.playerLiveSkeletonGraphic.AnimationState:SetAnimation(0, PLAYER_WALK_DIR.IDLE.animation, true)
|
||||
end
|
||||
end
|
||||
else
|
||||
elseif self.PlayerLiveViewData.spineName then
|
||||
self.playerLiveGo:SetActive(true)
|
||||
--local skinId = tonumber(tostring(self.PlayerLiveViewData.skin) .. tostring(self.PlayerLiveViewData.sex)) --皮肤 有男女之分 所以在id后加0 or 1
|
||||
--local curPlayerRole = ConfigManager.GetConfigData(ConfigName.PlayerRole, skinId)
|
||||
local curArtResourcesConfig = ConfigManager.GetConfigData(ConfigName.ArtResourcesConfig,
|
||||
self.PlayerLiveViewData.spineName)
|
||||
|
||||
--local curLocalScale = Vector3.New(curArtResourcesConfig.Scale, curArtResourcesConfig.Scale,
|
||||
--curArtResourcesConfig.Scale)
|
||||
local curLocalScale = Vector3.New(0.012, 0.012, 0.012)
|
||||
|
|
|
|||
Loading…
Reference in New Issue