【战斗】修复主角技能卡死
parent
3063e8244c
commit
eeda6a80c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue