Initial commit
This commit is contained in:
75
Assets/PlayerControls.inputactions
Normal file
75
Assets/PlayerControls.inputactions
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"version": 1,
|
||||
"name": "PlayerControls",
|
||||
"maps": [
|
||||
{
|
||||
"name": "Player",
|
||||
"id": "f15db755-97ac-4bf2-9bd5-de67e54113b8",
|
||||
"actions": [
|
||||
{
|
||||
"name": "Select",
|
||||
"type": "Button",
|
||||
"id": "b354d796-4cd0-4cc6-9ab7-cb734da7ba9c",
|
||||
"expectedControlType": "",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "PointerPos",
|
||||
"type": "Value",
|
||||
"id": "cf192917-a6cd-4018-a28a-a6ed7dc180b4",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": true
|
||||
},
|
||||
{
|
||||
"name": "Interact",
|
||||
"type": "Button",
|
||||
"id": "30c6f550-dc6d-4867-827d-8e7460ad3f18",
|
||||
"expectedControlType": "",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
}
|
||||
],
|
||||
"bindings": [
|
||||
{
|
||||
"name": "",
|
||||
"id": "5984be3f-e989-4aba-a268-d47df28abc47",
|
||||
"path": "<Mouse>/leftButton",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Select",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "5913890d-c942-4a26-ada3-b266b56c9a47",
|
||||
"path": "<Pointer>/position",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "PointerPos",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "838a4af0-b1fd-4ac1-9c0e-a1921940c130",
|
||||
"path": "<Mouse>/rightButton",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Interact",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"controlSchemes": []
|
||||
}
|
||||
Reference in New Issue
Block a user