feat: fish move around, player pan camera around
This commit is contained in:
54
Assets/PlayerActions.inputactions
Normal file
54
Assets/PlayerActions.inputactions
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "PlayerActions",
|
||||
"maps": [
|
||||
{
|
||||
"name": "Idle",
|
||||
"id": "6888044f-0d6b-4208-9f84-523aeaef969c",
|
||||
"actions": [
|
||||
{
|
||||
"name": "PanCamera",
|
||||
"type": "PassThrough",
|
||||
"id": "9e2de649-d112-4339-b90e-985cefedb6f1",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "EnableCameraPan",
|
||||
"type": "Button",
|
||||
"id": "f2d306df-d080-47f9-8b89-13cdc618e33f",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
}
|
||||
],
|
||||
"bindings": [
|
||||
{
|
||||
"name": "",
|
||||
"id": "92480903-92cf-4fbc-a571-e7030288b320",
|
||||
"path": "<Mouse>/delta",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "PanCamera",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "34fa967f-534c-446e-94f9-80fbffdde8ce",
|
||||
"path": "<Mouse>/rightButton",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "EnableCameraPan",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"controlSchemes": []
|
||||
}
|
Reference in New Issue
Block a user