Skip to content

Commit 12b7f58

Browse files
committed
2 parents 431b56f + f112b46 commit 12b7f58

34 files changed

+2
-3
lines changed

src/Config/DefaultInput.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ DoubleClickTime=0.200000
8181
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Up)
8282
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Z)
8383
+ActionMappings=(ActionName="Help_Switch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=H)
84-
+ActionMappings=(ActionName="test_mapping",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=X)
8584
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=W)
8685
+AxisMappings=(AxisName="Move Forward / Backward",Scale=-1.000000,Key=S)
8786
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=Gamepad_LeftY)
@@ -96,8 +95,8 @@ DoubleClickTime=0.200000
9695
+AxisMappings=(AxisName="Move Forward / Backward",Scale=-1.000000,Key=Down)
9796
+AxisMappings=(AxisName="Move Right / Left",Scale=-1.000000,Key=Right)
9897
+AxisMappings=(AxisName="Move Right / Left",Scale=1.000000,Key=Left)
99-
+AxisMappings=(AxisName="claw_down",Scale=-1.000000,Key=LeftMouseButton)
100-
+AxisMappings=(AxisName="claw_down",Scale=1.000000,Key=RightMouseButton)
98+
+AxisMappings=(AxisName="Claw Axe Z",Scale=-1.000000,Key=LeftMouseButton)
99+
+AxisMappings=(AxisName="Claw Axe Z",Scale=1.000000,Key=RightMouseButton)
101100
DefaultPlayerInputClass=/Script/Engine.PlayerInput
102101
DefaultInputComponentClass=/Script/Engine.InputComponent
103102
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
4.31 KB
Binary file not shown.

src/Content/Blueprint/BP_Box.uasset

1.59 KB
Binary file not shown.

src/Content/Blueprint/BP_Claw.uasset

6.75 KB
Binary file not shown.

src/Content/Level/Home.umap

-37.6 KB
Binary file not shown.
7.95 KB
Binary file not shown.
7.54 KB
Binary file not shown.
8.16 KB
Binary file not shown.
8.53 KB
Binary file not shown.
7.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)