added: item pickups with online persistency

This commit is contained in:
Chris
2025-09-08 16:40:13 -04:00
parent 8bdf0b31cc
commit 7a0499f36a
39 changed files with 8228 additions and 208 deletions

View File

@@ -1,4 +1,5 @@
{
"version": 1,
"name": "PlayerInputs",
"maps": [
{
@@ -103,6 +104,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Interact",
"type": "Button",
"id": "100e5802-d4a5-4877-a39d-35c098d97d5b",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -347,6 +357,17 @@
"action": "Debug Lock Page",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "28cfeddc-5f13-4a70-9340-7c76e10e3e3b",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": ";Controller",
"action": "Interact",
"isComposite": false,
"isPartOfComposite": false
}
]
}