FisbeeGame.inputactions 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "FisbeeGame",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "1d1578db-d5fb-4e6d-b985-df1e84589b15",
  7. "actions": [
  8. {
  9. "name": "throwFisbee",
  10. "type": "Button",
  11. "id": "eecba4b4-ba50-4522-a0d8-9273c5700785",
  12. "expectedControlType": "",
  13. "processors": "",
  14. "interactions": "",
  15. "initialStateCheck": false
  16. }
  17. ],
  18. "bindings": [
  19. {
  20. "name": "",
  21. "id": "9aac4aab-b17a-4bd8-9f11-a3e4d7431971",
  22. "path": "<Mouse>/leftButton",
  23. "interactions": "Hold",
  24. "processors": "",
  25. "groups": "",
  26. "action": "throwFisbee",
  27. "isComposite": false,
  28. "isPartOfComposite": false
  29. },
  30. {
  31. "name": "",
  32. "id": "ae66945d-7971-4ca6-9c0d-7032adb668f0",
  33. "path": "<Touchscreen>/Press",
  34. "interactions": "Hold",
  35. "processors": "",
  36. "groups": "",
  37. "action": "throwFisbee",
  38. "isComposite": false,
  39. "isPartOfComposite": false
  40. }
  41. ]
  42. }
  43. ],
  44. "controlSchemes": []
  45. }