얼음두지 가시 던지기 애니메이션 루프 버그 수정
This commit is contained in:
parent
9cce3744a5
commit
1c8cbd7780
@ -73,7 +73,7 @@ namespace BlueWater.Enemies.Bosses.SandMole.Skills
|
|||||||
yield return waitForSeconds;
|
yield return waitForSeconds;
|
||||||
}
|
}
|
||||||
|
|
||||||
var shootingEndTrack = _spineController.PlayAnimation(SandMoleAnimation.ShootingEnd.ToString(), true);
|
var shootingEndTrack = _spineController.PlayAnimation(SandMoleAnimation.ShootingEnd.ToString(), false);
|
||||||
if (shootingEndTrack == null || !SkillUser)
|
if (shootingEndTrack == null || !SkillUser)
|
||||||
{
|
{
|
||||||
EndSkill(0, actions[0]);
|
EndSkill(0, actions[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user