Skip to content

Commit

Permalink
Inventory prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Sep 1, 2024
1 parent 6e34a8f commit 208cd99
Show file tree
Hide file tree
Showing 25 changed files with 1,067 additions and 63 deletions.
40 changes: 28 additions & 12 deletions Content/Common/Data/Input/MoveAndOrbit.inputmap
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,39 @@
]
}
},
{
"key": "Use",
"value": {
"buttons": [
{
"key": "Use",
"value": {
"buttons": [
{
"button": "X",
"controller": true
"button": "X",
"controller": true
}
],
"keys": [
{
"scancode": "E"
],
"keys": [
{
"scancode": "E"
}
],
"mouseButtons": [
{
"button": "Left"
}
]
}
},
{
"key": "Inventory",
"value": {
"buttons": [
{
"button": "Y",
"controller": true
}
],
"mouseButtons": [
"keys": [
{
"button": "Left"
"scancode": "I"
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions Content/Common/Data/Items/FirstAidKit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "First Aid Kit",
"prefab": "PrefabResource;Quaternius/SurvivalPack/Prefabs/FirstAidKit.prefab",
"weight": 1.0
}
5 changes: 5 additions & 0 deletions Content/Common/Data/Items/RedKey.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Red Key",
"prefab": "PrefabResource;Objects/RedKey.prefab",
"weight": 0.1
}
Loading

0 comments on commit 208cd99

Please sign in to comment.