Update global input actions and rework player joining

This commit is contained in:
RochesterX
2025-01-17 10:57:29 -05:00
parent 4623583ffd
commit 79e3d3f301
8 changed files with 38 additions and 1265 deletions

View File

@@ -22,6 +22,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Join",
"type": "Button",
"id": "48dcd9f7-f01f-4601-9b1f-bae4ed9f5773",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -134,6 +143,28 @@
"action": "Action",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "2a504570-c560-4eaf-a3f0-49971e1b475a",
"path": "<Keyboard>/enter",
"interactions": "",
"processors": "",
"groups": ";Keyboard&Mouse",
"action": "Join",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "eaff7c47-095b-4be4-90d3-519d002ec558",
"path": "<Gamepad>/start",
"interactions": "",
"processors": "",
"groups": "",
"action": "Join",
"isComposite": false,
"isPartOfComposite": false
}
]
},