update di chuyển debug jump
This commit is contained in:
@@ -15,8 +15,8 @@ namespace OnlyScove.Scripts
|
||||
{
|
||||
dashTimer = dashDuration;
|
||||
|
||||
// Fire the Dash animation trigger
|
||||
stateMachine.Anim.SetTrigger(dashHash);
|
||||
// Safely fire the Dash animation trigger
|
||||
stateMachine.AnimationHandler.SafeSetTrigger(dashHash);
|
||||
|
||||
stateMachine.Input.OnJumpEvent += OnJump;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user