Skip to content

Commit

Permalink
do
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirtiman committed Apr 15, 2023
1 parent ca507de commit 18e65c8
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.uasset filter=lfs diff=lfs merge=lfs -text
# *.uasset filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Platforms
# Hero character hecker's

/TheProject/Content/Assets/NewCharacter/Hero

TheProject\Content\Assets\NewCharacter\Hero
# hecker end


Expand Down
1 change: 1 addition & 0 deletions TheProject/Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ DoubleClickTime=0.200000
+ActionMappings=(ActionName="Crouch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=C)
+ActionMappings=(ActionName="Sprint",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftShift)
+ActionMappings=(ActionName="Walk",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftAlt)
+ActionMappings=(ActionName="Mantle",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R)
+AxisMappings=(AxisName="Look Up / Down Gamepad",Scale=1.000000,Key=Gamepad_RightY)
+AxisMappings=(AxisName="Look Up / Down Mouse",Scale=-1.000000,Key=MouseY)
+AxisMappings=(AxisName="Move Forward / Backward",Scale=1.000000,Key=Gamepad_LeftY)
Expand Down
Binary file modified TheProject/Content/Assets/NewCharacter/Hero/ABP_HeroMan.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified TheProject/Content/Assets/NewCharacter/Hero/BP_Hero.uasset
Binary file not shown.
Binary file modified TheProject/Content/Assets/NewCharacter/Hero/HeroLevel.umap
Binary file not shown.

0 comments on commit 18e65c8

Please sign in to comment.