diff --git a/SwordNGun/Config/DefaultInput.ini b/SwordNGun/Config/DefaultInput.ini index 430be02..30e67a8 100644 --- a/SwordNGun/Config/DefaultInput.ini +++ b/SwordNGun/Config/DefaultInput.ini @@ -131,7 +131,6 @@ DoubleClickTime=0.200000 +ActionMappings=(ActionName="UseGadget",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_LeftTrigger) +ActionMappings=(ActionName="CycleMeleeWeapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_LeftShoulder) +ActionMappings=(ActionName="CycleRangedWeapon",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightShoulder) -+ActionMappings=(ActionName="DashStab",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Z) +AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) +AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) +AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) diff --git a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset index 217085e..49f5693 100644 --- a/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset +++ b/SwordNGun/Content/Characters/Protagonist/States/BP_ProtagGroundedState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1504937ca5a46a45e0fba0c86010dfb36f5194cd5c02b3f27b7c691ff303ef4c -size 227021 +oid sha256:6b78f7a03d38c945e1006b62096b0259d1a3a94a8b556828efcb7c600fb9ff9d +size 226333 diff --git a/SwordNGun/Source/SwordNGun/Private/Controllers/SNGPlayerController.cpp b/SwordNGun/Source/SwordNGun/Private/Controllers/SNGPlayerController.cpp index c8b1216..3f0b8b7 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Controllers/SNGPlayerController.cpp and b/SwordNGun/Source/SwordNGun/Private/Controllers/SNGPlayerController.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Public/Controllers/SNGPlayerController.h b/SwordNGun/Source/SwordNGun/Public/Controllers/SNGPlayerController.h index 79e100e..b8e5556 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Controllers/SNGPlayerController.h and b/SwordNGun/Source/SwordNGun/Public/Controllers/SNGPlayerController.h differ