di chuyen nhu cc
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OnlyScove.Scripts
|
||||
if (input != Vector2.zero)
|
||||
{
|
||||
dodgeDirection = new Vector3(input.x, 0, input.y).normalized;
|
||||
dodgeDirection = stateMachine.NetworkedCameraRotation * dodgeDirection;
|
||||
dodgeDirection = stateMachine.CameraRotation * dodgeDirection;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user