Global Game Jam 2022
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.

161 lines
5.8 KiB

  1. {
  2. "name": "PlayerInput",
  3. "maps": [
  4. {
  5. "name": "Level",
  6. "id": "2bc60834-e09f-4981-affb-635cad7ffbfd",
  7. "actions": [
  8. {
  9. "name": "Move",
  10. "type": "Value",
  11. "id": "d1943f36-92e5-4335-a3f3-dd2e9e553ba6",
  12. "expectedControlType": "Vector2",
  13. "processors": "",
  14. "interactions": ""
  15. },
  16. {
  17. "name": "Jump",
  18. "type": "Button",
  19. "id": "e7ae7276-c64d-43bb-8719-ef3178e194a0",
  20. "expectedControlType": "Button",
  21. "processors": "",
  22. "interactions": ""
  23. }
  24. ],
  25. "bindings": [
  26. {
  27. "name": "WASD",
  28. "id": "a50ea126-50e2-4f31-9167-ac757787a3e6",
  29. "path": "2DVector",
  30. "interactions": "",
  31. "processors": "",
  32. "groups": "",
  33. "action": "Move",
  34. "isComposite": true,
  35. "isPartOfComposite": false
  36. },
  37. {
  38. "name": "up",
  39. "id": "f7f33275-3f13-451c-8219-e1b34d39139c",
  40. "path": "<Keyboard>/w",
  41. "interactions": "",
  42. "processors": "",
  43. "groups": "",
  44. "action": "Move",
  45. "isComposite": false,
  46. "isPartOfComposite": true
  47. },
  48. {
  49. "name": "down",
  50. "id": "73900688-a28e-40cf-ace2-05ad1b118594",
  51. "path": "<Keyboard>/s",
  52. "interactions": "",
  53. "processors": "",
  54. "groups": "",
  55. "action": "Move",
  56. "isComposite": false,
  57. "isPartOfComposite": true
  58. },
  59. {
  60. "name": "left",
  61. "id": "c4e7f05b-1733-4e36-b752-6e0cf95f477e",
  62. "path": "<Keyboard>/a",
  63. "interactions": "",
  64. "processors": "",
  65. "groups": "",
  66. "action": "Move",
  67. "isComposite": false,
  68. "isPartOfComposite": true
  69. },
  70. {
  71. "name": "right",
  72. "id": "f889cf6b-20aa-4169-a5d2-3bdae2e636e3",
  73. "path": "<Keyboard>/d",
  74. "interactions": "",
  75. "processors": "",
  76. "groups": "",
  77. "action": "Move",
  78. "isComposite": false,
  79. "isPartOfComposite": true
  80. },
  81. {
  82. "name": "Arrow",
  83. "id": "9328658c-a019-4f76-b35b-5f023f9de6e0",
  84. "path": "2DVector",
  85. "interactions": "",
  86. "processors": "",
  87. "groups": "",
  88. "action": "Move",
  89. "isComposite": true,
  90. "isPartOfComposite": false
  91. },
  92. {
  93. "name": "up",
  94. "id": "16f6fb9d-eb25-445d-9313-fdf19a51b67c",
  95. "path": "<Keyboard>/upArrow",
  96. "interactions": "",
  97. "processors": "",
  98. "groups": "",
  99. "action": "Move",
  100. "isComposite": false,
  101. "isPartOfComposite": true
  102. },
  103. {
  104. "name": "down",
  105. "id": "b8ce9a70-56c3-42da-9960-45d9791c903e",
  106. "path": "<Keyboard>/downArrow",
  107. "interactions": "",
  108. "processors": "",
  109. "groups": "",
  110. "action": "Move",
  111. "isComposite": false,
  112. "isPartOfComposite": true
  113. },
  114. {
  115. "name": "left",
  116. "id": "e5dcf5e4-bff0-40ea-8b4f-dce1f8ed5156",
  117. "path": "<Keyboard>/leftArrow",
  118. "interactions": "",
  119. "processors": "",
  120. "groups": "",
  121. "action": "Move",
  122. "isComposite": false,
  123. "isPartOfComposite": true
  124. },
  125. {
  126. "name": "right",
  127. "id": "e4bf6a66-4a5d-4d05-baeb-e0db660132da",
  128. "path": "<Keyboard>/rightArrow",
  129. "interactions": "",
  130. "processors": "",
  131. "groups": "",
  132. "action": "Move",
  133. "isComposite": false,
  134. "isPartOfComposite": true
  135. },
  136. {
  137. "name": "",
  138. "id": "67ec88e9-6ebb-4f16-9f4a-49d4f75af68e",
  139. "path": "<Keyboard>/space",
  140. "interactions": "",
  141. "processors": "",
  142. "groups": "",
  143. "action": "Jump",
  144. "isComposite": false,
  145. "isPartOfComposite": false
  146. },
  147. {
  148. "name": "",
  149. "id": "fdb42cec-2a7c-452a-884c-b08443c104bb",
  150. "path": "<Keyboard>/w",
  151. "interactions": "",
  152. "processors": "",
  153. "groups": "",
  154. "action": "Jump",
  155. "isComposite": false,
  156. "isPartOfComposite": false
  157. }
  158. ]
  159. }
  160. ],
  161. "controlSchemes": []
  162. }