新输入系统
This commit is contained in:
@@ -39,7 +39,7 @@ namespace NBF
|
||||
return States.Player.Idle;
|
||||
}
|
||||
|
||||
if (InputManager.IsMouseLeft)
|
||||
if (InputManager.IsOp1)
|
||||
{
|
||||
if (_owner.PlayerAnimatorCtrl.ThrowMode == ThrowModeEnum.Float)
|
||||
{
|
||||
@@ -53,7 +53,7 @@ namespace NBF
|
||||
}
|
||||
}
|
||||
|
||||
if (InputManager.IsMouseRight)
|
||||
if (InputManager.IsOp2)
|
||||
{
|
||||
if (_owner.PlayerAnimatorCtrl.ThrowMode == ThrowModeEnum.Spin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user