dash/roll test
This commit is contained in:
@@ -357,9 +357,9 @@ namespace Beyond
|
||||
{
|
||||
if (rollInput.GetButtonDown() && RollConditions())
|
||||
{
|
||||
cc.Roll();
|
||||
/*
|
||||
if (horizontalInput.GetAxis() != 0f && verticallInput.GetAxis() != 0f)
|
||||
// cc.Roll();
|
||||
|
||||
if (cc.input.magnitude > 0.1f)
|
||||
{
|
||||
cc.Roll();
|
||||
}
|
||||
@@ -368,7 +368,7 @@ namespace Beyond
|
||||
bThirdPersonController beyondController = (bThirdPersonController)cc;
|
||||
beyondController.Dash();
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user