123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "FisbeeGame",
- "maps": [
- {
- "name": "Player",
- "id": "1d1578db-d5fb-4e6d-b985-df1e84589b15",
- "actions": [
- {
- "name": "throwFisbee",
- "type": "Button",
- "id": "eecba4b4-ba50-4522-a0d8-9273c5700785",
- "expectedControlType": "",
- "processors": "",
- "interactions": "",
- "initialStateCheck": false
- }
- ],
- "bindings": [
- {
- "name": "",
- "id": "9aac4aab-b17a-4bd8-9f11-a3e4d7431971",
- "path": "<Mouse>/leftButton",
- "interactions": "Hold",
- "processors": "",
- "groups": "",
- "action": "throwFisbee",
- "isComposite": false,
- "isPartOfComposite": false
- },
- {
- "name": "",
- "id": "ae66945d-7971-4ca6-9c0d-7032adb668f0",
- "path": "<Touchscreen>/Press",
- "interactions": "Hold",
- "processors": "",
- "groups": "",
- "action": "throwFisbee",
- "isComposite": false,
- "isPartOfComposite": false
- }
- ]
- }
- ],
- "controlSchemes": []
- }
|