You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.7 KiB
78 lines
2.7 KiB
{ |
|
"name": "Player Controls", |
|
"maps": [ |
|
{ |
|
"name": "Player", |
|
"id": "075883fa-729b-49cb-b1e5-45d454d783e1", |
|
"actions": [ |
|
{ |
|
"name": "Move", |
|
"type": "PassThrough", |
|
"id": "20d6c550-6eb3-4134-a6da-2af99cf10cfd", |
|
"expectedControlType": "Vector2", |
|
"processors": "", |
|
"interactions": "", |
|
"initialStateCheck": false |
|
} |
|
], |
|
"bindings": [ |
|
{ |
|
"name": "2D Vector", |
|
"id": "0f3a8605-bd34-432c-9475-f4a03872c826", |
|
"path": "2DVector", |
|
"interactions": "", |
|
"processors": "", |
|
"groups": "", |
|
"action": "Move", |
|
"isComposite": true, |
|
"isPartOfComposite": false |
|
}, |
|
{ |
|
"name": "up", |
|
"id": "c19d7830-3565-4ce7-99f5-09ebd92294ae", |
|
"path": "<Keyboard>/w", |
|
"interactions": "", |
|
"processors": "", |
|
"groups": "", |
|
"action": "Move", |
|
"isComposite": false, |
|
"isPartOfComposite": true |
|
}, |
|
{ |
|
"name": "down", |
|
"id": "24065a4e-2f98-4bfa-880e-2cb980deb3db", |
|
"path": "<Keyboard>/s", |
|
"interactions": "", |
|
"processors": "", |
|
"groups": "", |
|
"action": "Move", |
|
"isComposite": false, |
|
"isPartOfComposite": true |
|
}, |
|
{ |
|
"name": "left", |
|
"id": "3443cdfe-52c6-49b1-8501-0a835d35abc5", |
|
"path": "<Keyboard>/a", |
|
"interactions": "", |
|
"processors": "", |
|
"groups": "", |
|
"action": "Move", |
|
"isComposite": false, |
|
"isPartOfComposite": true |
|
}, |
|
{ |
|
"name": "right", |
|
"id": "1b68aab5-570d-467c-a3be-1027b769ac30", |
|
"path": "<Keyboard>/d", |
|
"interactions": "", |
|
"processors": "", |
|
"groups": "", |
|
"action": "Move", |
|
"isComposite": false, |
|
"isPartOfComposite": true |
|
} |
|
] |
|
} |
|
], |
|
"controlSchemes": [] |
|
} |