Teleport skill added for Chinthe
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract partial class Enemy2D : Enemy
|
||||
MoveAndSlide();
|
||||
}
|
||||
|
||||
protected void EngagePlayerBehavior_TakeAction() => EnemyModelView.PlayPrimaryAttackAnimation();
|
||||
protected void EngagePlayerBehavior_TakeAction() => PerformAction();
|
||||
|
||||
protected void EngagePlayerBehavior_AcquireTarget() => LookAt(new Vector3(_player.GlobalPosition.X, GlobalPosition.Y, _player.GlobalPosition.Z), Vector3.Up, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user