dash/roll test

This commit is contained in:
2025-05-27 17:39:36 +02:00
parent 085e80a9b5
commit 0f6d0ac8ec
5 changed files with 1768 additions and 821 deletions

View File

@@ -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();
}
*/
}
}