| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "version": 1,
- "name": "InputSystemActions",
- "maps": [
- {
- "name": "Actions",
- "id": "a5d7740f-e042-44d4-bcc2-b9decba10d95",
- "actions": [
- {
- "name": "Jump",
- "type": "Button",
- "id": "de0b5d4b-1e5d-4d46-a93d-962a1b3a3cc8",
- "expectedControlType": "",
- "processors": "",
- "interactions": "",
- "initialStateCheck": false
- },
- {
- "name": "ThrustLever",
- "type": "Value",
- "id": "c93172d2-5aa3-4166-8165-9d7ea54be985",
- "expectedControlType": "Axis",
- "processors": "",
- "interactions": "",
- "initialStateCheck": true
- }
- ],
- "bindings": [
- {
- "name": "",
- "id": "799b6e84-5c67-4164-b31d-a69a735f0ecd",
- "path": "<Keyboard>/space",
- "interactions": "",
- "processors": "",
- "groups": "",
- "action": "Jump",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "505e78eb-ec7f-4882-b837-52fdd42335b5",
- "path": "<Keyboard>/upArrow",
- "interactions": "Press",
- "processors": "",
- "groups": "",
- "action": "ThrustLever",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "eef84acc-699c-49bd-8ff5-f3dd1be541c5",
- "path": "<Keyboard>/downArrow",
- "interactions": "Press",
- "processors": "Invert",
- "groups": "",
- "action": "ThrustLever",
- "isComposite": false,
- "isPartOfComposite": false
- }
- ]
- }
- ],
- "controlSchemes": []
- }
|