【战斗】修复主角技能卡死

dev_chengFeng
gaoxin 2021-12-10 18:27:51 +08:00
parent 3063e8244c
commit eeda6a80c5
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ end
-- 播放动画
function MonsterView:PlaySpineAnim(gog, time, name, isLoop)
if self.isMainPlayer then
name = "idle"
end
if isLoop then
gog.AnimationState:SetAnimation(time, name, isLoop)
else