ECM2
This commit is contained in:
@@ -44,11 +44,11 @@ namespace NBF
|
||||
|
||||
private void Update()
|
||||
{
|
||||
firstPersonController.horizontal = InputManager.movementAxis.x;
|
||||
firstPersonController.vertical = InputManager.movementAxis.y;
|
||||
|
||||
firstPersonController.isJumping = InputManager.isJumping;
|
||||
firstPersonController.isRuning = InputManager.isRunning;
|
||||
// firstPersonController.horizontal = InputManager.movementAxis.x;
|
||||
// firstPersonController.vertical = InputManager.movementAxis.y;
|
||||
//
|
||||
// firstPersonController.isJumping = InputManager.isJumping;
|
||||
// firstPersonController.isRuning = InputManager.isRunning;
|
||||
|
||||
// firstPersonController.m_MouseLook.ControllerHandMode = GameManager.Instance._playerData
|
||||
// .Player[GameManager.Instance._playerData.currentPlayerProfileIndex].controllerSetup;
|
||||
@@ -77,30 +77,30 @@ namespace NBF
|
||||
|
||||
if (_player.CanChangeGear())
|
||||
{
|
||||
if (InputManager.isShowSlot0)
|
||||
{
|
||||
nextShowSlotIndex = 0;
|
||||
}
|
||||
|
||||
if (InputManager.isShowSlot1)
|
||||
{
|
||||
nextShowSlotIndex = 1;
|
||||
}
|
||||
|
||||
if (InputManager.isShowSlot2)
|
||||
{
|
||||
nextShowSlotIndex = 2;
|
||||
}
|
||||
|
||||
if (InputManager.isShowSlot3)
|
||||
{
|
||||
nextShowSlotIndex = 3;
|
||||
}
|
||||
|
||||
if (InputManager.isShowSlot4)
|
||||
{
|
||||
nextShowSlotIndex = 4;
|
||||
}
|
||||
// if (InputManager.isShowSlot0)
|
||||
// {
|
||||
// nextShowSlotIndex = 0;
|
||||
// }
|
||||
//
|
||||
// if (InputManager.isShowSlot1)
|
||||
// {
|
||||
// nextShowSlotIndex = 1;
|
||||
// }
|
||||
//
|
||||
// if (InputManager.isShowSlot2)
|
||||
// {
|
||||
// nextShowSlotIndex = 2;
|
||||
// }
|
||||
//
|
||||
// if (InputManager.isShowSlot3)
|
||||
// {
|
||||
// nextShowSlotIndex = 3;
|
||||
// }
|
||||
//
|
||||
// if (InputManager.isShowSlot4)
|
||||
// {
|
||||
// nextShowSlotIndex = 4;
|
||||
// }
|
||||
|
||||
if (nextShowSlotIndex != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user