调整
This commit is contained in:
@@ -99,9 +99,9 @@ namespace Cielonos.MainGame.Characters
|
||||
{
|
||||
if (IsMoving)
|
||||
{
|
||||
Vector3 direction = new Vector3(Move.x, 0, Move.y);
|
||||
operation.Dash(direction);
|
||||
preinputSubmodule.RegisterPreinputAction(() => operation.Dash(direction), 10);
|
||||
Vector3 inputDirection = new Vector3(Move.x, 0, Move.y);
|
||||
operation.Dash(inputDirection);
|
||||
preinputSubmodule.RegisterPreinputAction(() => operation.Dash(inputDirection), 10);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user