move more stuff over to unity input system

This commit is contained in:
2025-11-21 21:23:33 -08:00
parent 89551b49f3
commit 9ecd6d4cd7
3 changed files with 57 additions and 7 deletions

View File

@@ -59,6 +59,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Interact",
"type": "Button",
"id": "659c7039-016f-46e9-948a-517daf323bd7",
"expectedControlType": "",
"processors": "",
"interactions": "Tap,Hold",
"initialStateCheck": false
}
],
"bindings": [
@@ -237,6 +246,28 @@
"action": "Run",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "045d63b8-c118-4d79-a439-5f1fc422a65f",
"path": "<Gamepad>/buttonNorth",
"interactions": "",
"processors": "",
"groups": "",
"action": "Interact",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "96d963c4-bd8d-4dd6-a8c7-fa55d8318aa2",
"path": "<Keyboard>/f",
"interactions": "",
"processors": "",
"groups": "",
"action": "Interact",
"isComposite": false,
"isPartOfComposite": false
}
]
}