Skip to content

Commit

Permalink
Merge pull request #86 from Zyros-EZ/lsn19/harvest-crop
Browse files Browse the repository at this point in the history
implemented harvest feature with interact button E
  • Loading branch information
lsn19 authored Sep 25, 2024
2 parents c28dbc4 + 157ce1a commit 7efb015
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ bCaptureMouseOnLaunch=True
bEnableLegacyInputScales=True
bEnableMotionControls=True
bFilterInputByPlatformUser=False
bEnableInputDeviceSubsystem=True
bShouldFlushPressedKeysOnViewportFocusLost=True
bEnableDynamicComponentInputBinding=True
bAlwaysShowTouchInterface=False
bShowConsoleOnFourFingerTap=True
bEnableGestureRecognizer=False
Expand All @@ -79,6 +81,7 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110
DoubleClickTime=0.200000
+ActionMappings=(ActionName="Interact_E",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks
Expand Down
Binary file modified Content/Blueprints/Crops/ParentCrop_BP.uasset
Binary file not shown.
Binary file modified Content/Blueprints/TillableSoil_BP.uasset
Binary file not shown.
Binary file modified Content/ThirdPerson/Blueprints/BP_Player_Character.uasset
Binary file not shown.

0 comments on commit 7efb015

Please sign in to comment.