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

172 lines
6.3 KiB

  1. {
  2. "name": "PlayerControls",
  3. "maps": [
  4. {
  5. "name": "Gameplay",
  6. "id": "63e31309-151e-48ff-854a-81cb2511f050",
  7. "actions": [
  8. {
  9. "name": "Movement",
  10. "type": "Value",
  11. "id": "bf1a8588-8f15-44c0-8b63-99b0c81ae917",
  12. "expectedControlType": "Vector2",
  13. "processors": "",
  14. "interactions": ""
  15. },
  16. {
  17. "name": "Yeet",
  18. "type": "Button",
  19. "id": "23ebbd64-55ef-42f7-9f88-d2ea6b5f9677",
  20. "expectedControlType": "Button",
  21. "processors": "",
  22. "interactions": ""
  23. }
  24. ],
  25. "bindings": [
  26. {
  27. "name": "",
  28. "id": "c9243088-eb6b-43dc-9e2f-d5e430537d8e",
  29. "path": "<Gamepad>/leftStick",
  30. "interactions": "",
  31. "processors": "",
  32. "groups": "",
  33. "action": "Movement",
  34. "isComposite": false,
  35. "isPartOfComposite": false
  36. },
  37. {
  38. "name": "WASD",
  39. "id": "10493fb9-ee0e-4108-810b-4e044671a0df",
  40. "path": "2DVector",
  41. "interactions": "",
  42. "processors": "",
  43. "groups": "",
  44. "action": "Movement",
  45. "isComposite": true,
  46. "isPartOfComposite": false
  47. },
  48. {
  49. "name": "up",
  50. "id": "e5212df3-0a81-4fcb-8caa-b63231f99d8b",
  51. "path": "<Keyboard>/w",
  52. "interactions": "",
  53. "processors": "",
  54. "groups": "",
  55. "action": "Movement",
  56. "isComposite": false,
  57. "isPartOfComposite": true
  58. },
  59. {
  60. "name": "down",
  61. "id": "4e94f320-2c46-4d16-9f51-680dab52d6ba",
  62. "path": "<Keyboard>/s",
  63. "interactions": "",
  64. "processors": "",
  65. "groups": "",
  66. "action": "Movement",
  67. "isComposite": false,
  68. "isPartOfComposite": true
  69. },
  70. {
  71. "name": "left",
  72. "id": "42869a17-91be-4772-a354-db6530ff08d3",
  73. "path": "<Keyboard>/a",
  74. "interactions": "",
  75. "processors": "",
  76. "groups": "",
  77. "action": "Movement",
  78. "isComposite": false,
  79. "isPartOfComposite": true
  80. },
  81. {
  82. "name": "right",
  83. "id": "1ad5654c-314b-4f9c-b60a-a3c31bd0917b",
  84. "path": "<Keyboard>/d",
  85. "interactions": "",
  86. "processors": "",
  87. "groups": "",
  88. "action": "Movement",
  89. "isComposite": false,
  90. "isPartOfComposite": true
  91. },
  92. {
  93. "name": "ArrowKeys",
  94. "id": "5cc96739-ad4a-4c75-9ca3-6ac4d6f9fab7",
  95. "path": "2DVector",
  96. "interactions": "",
  97. "processors": "",
  98. "groups": "",
  99. "action": "Movement",
  100. "isComposite": true,
  101. "isPartOfComposite": false
  102. },
  103. {
  104. "name": "up",
  105. "id": "5c2fc2a7-6928-4ce5-aca4-f14ff7e85e89",
  106. "path": "<Keyboard>/upArrow",
  107. "interactions": "",
  108. "processors": "",
  109. "groups": "",
  110. "action": "Movement",
  111. "isComposite": false,
  112. "isPartOfComposite": true
  113. },
  114. {
  115. "name": "down",
  116. "id": "467b445a-2f29-40eb-b09d-1c15907ca0d3",
  117. "path": "<Keyboard>/downArrow",
  118. "interactions": "",
  119. "processors": "",
  120. "groups": "",
  121. "action": "Movement",
  122. "isComposite": false,
  123. "isPartOfComposite": true
  124. },
  125. {
  126. "name": "left",
  127. "id": "ee2b4a7e-2de5-4493-a06d-b3b02a5485ee",
  128. "path": "<Keyboard>/leftArrow",
  129. "interactions": "",
  130. "processors": "",
  131. "groups": "",
  132. "action": "Movement",
  133. "isComposite": false,
  134. "isPartOfComposite": true
  135. },
  136. {
  137. "name": "right",
  138. "id": "e2a8d3d4-6c90-4e88-859d-2f277f55477d",
  139. "path": "<Keyboard>/rightArrow",
  140. "interactions": "",
  141. "processors": "",
  142. "groups": "",
  143. "action": "Movement",
  144. "isComposite": false,
  145. "isPartOfComposite": true
  146. },
  147. {
  148. "name": "",
  149. "id": "e7da0e69-0039-470a-bf8f-079ca8b3c3d6",
  150. "path": "<Gamepad>/buttonSouth",
  151. "interactions": "",
  152. "processors": "",
  153. "groups": "",
  154. "action": "Yeet",
  155. "isComposite": false,
  156. "isPartOfComposite": false
  157. },
  158. {
  159. "name": "",
  160. "id": "21a02656-d443-4954-a0f5-6fc8b87f7107",
  161. "path": "<Keyboard>/space",
  162. "interactions": "",
  163. "processors": "",
  164. "groups": "",
  165. "action": "Yeet",
  166. "isComposite": false,
  167. "isPartOfComposite": false
  168. }
  169. ]
  170. }
  171. ],
  172. "controlSchemes": []
  173. }