xiyou_sanguo
DESKTOP-MMO982B\User 2025-11-06 12:09:05 +08:00
parent 5ee663a99e
commit caf89a1efe
1 changed files with 2 additions and 1 deletions

View File

@ -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)