更新
This commit is contained in:
@@ -100,6 +100,7 @@ namespace Cielonos.MainGame.Characters
|
||||
if (IsMoving)
|
||||
{
|
||||
operation.Dash();
|
||||
player.landMovementSc.TurnToDirection(new Vector3(Move.x, 0, Move.y));
|
||||
preinputSubmodule.RegisterPreinputAction(() => operation.Dash(), 10);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user