Skip to content

Commit

Permalink
Added Inventory and Actionbars
Browse files Browse the repository at this point in the history
fices #4
  • Loading branch information
Jodsderechte committed Nov 13, 2022
1 parent cf1e5df commit 672e165
Show file tree
Hide file tree
Showing 60 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ FOVScale=0.011110
DoubleClickTime=0.200000
+ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar)
+ActionMappings=(ActionName="Sprint",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftShift)
+ActionMappings=(ActionName="DropSingleItem",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Q)
+ActionMappings=(ActionName="DropAllItems",bShift=False,bCtrl=True,bAlt=False,bCmd=False,Key=Q)
+ActionMappings=(ActionName="UseItem",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton)
+ActionMappings=(ActionName="OpenChest",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=O)
+ActionMappings=(ActionName="Open Inventory",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E)
+ActionMappings=(ActionName="Open Crafting",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=I)
+ActionMappings=(ActionName="Actionbarslot1",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=One)
+ActionMappings=(ActionName="Actionbarslot2",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Two)
+ActionMappings=(ActionName="Actionbarslot3",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Three)
+ActionMappings=(ActionName="Actionbarslot4",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Four)
+ActionMappings=(ActionName="Actionbarslot5",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Five)
+ActionMappings=(ActionName="Actionbarslot6",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Six)
+ActionMappings=(ActionName="Actionbarslot7",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Seven)
+ActionMappings=(ActionName="Actionbarslot8",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Eight)
+AxisMappings=(AxisName="Vertical Turn",Scale=1.000000,Key=MouseX)
+AxisMappings=(AxisName="Move Backward",Scale=-1.000000,Key=S)
+AxisMappings=(AxisName="Move Right",Scale=1.000000,Key=D)
Expand Down
Binary file added Content/Blueprints/DefaultPlayerState.uasset
Binary file not shown.
Binary file modified Content/Gamemode/DefaultGameMode.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/InventorySystem/Enums/EItems.uasset
Binary file not shown.
Binary file added Content/InventorySystem/Maps/Overview.umap
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/InventorySystem/UMG/WBP_ChestSlot.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset
Binary file not shown.
Binary file modified Content/ThirdPerson/IngameUI.uasset
Binary file not shown.
Binary file modified Content/ThirdPerson/SettingsUI.uasset
Binary file not shown.

0 comments on commit 672e165

Please sign in to comment.