new autotargettinf script, dash

This commit is contained in:
2025-05-14 18:23:34 +02:00
parent 6a9c064b8a
commit 86d35d8eaa
12 changed files with 1862 additions and 1143 deletions

View File

@@ -70,8 +70,8 @@ namespace Beyond
public virtual void Dash()
{
// OnRoll.Invoke();
// isRolling = true;
OnRoll.Invoke();
isRolling = true;
animator.CrossFadeInFixedTime("Dash", rollTransition, baseLayer);
ReduceStamina(rollStamina, false);