A game about forced loneliness, made by TACStudios
at master 140 lines 5.2 kB view raw
1{ 2 "name": "SimpleControls", 3 "maps": [ 4 { 5 "name": "gameplay", 6 "id": "265c38f5-dd18-4d34-b198-aec58e1627ff", 7 "actions": [ 8 { 9 "name": "fire", 10 "type": "Button", 11 "id": "1077f913-a9f9-41b1-acb3-b9ee0adbc744", 12 "expectedControlType": "Button", 13 "processors": "", 14 "interactions": "Tap,SlowTap", 15 "initialStateCheck": false 16 }, 17 { 18 "name": "move", 19 "type": "Value", 20 "id": "50fd2809-3aa3-4a90-988e-1facf6773553", 21 "expectedControlType": "Vector2", 22 "processors": "", 23 "interactions": "", 24 "initialStateCheck": true 25 }, 26 { 27 "name": "look", 28 "type": "Value", 29 "id": "c60e0974-d140-4597-a40e-9862193067e9", 30 "expectedControlType": "Vector2", 31 "processors": "", 32 "interactions": "", 33 "initialStateCheck": true 34 } 35 ], 36 "bindings": [ 37 { 38 "name": "", 39 "id": "abb776f3-f329-4f7b-bbf8-b577d13be018", 40 "path": "*/{PrimaryAction}", 41 "interactions": "", 42 "processors": "", 43 "groups": "", 44 "action": "fire", 45 "isComposite": false, 46 "isPartOfComposite": false 47 }, 48 { 49 "name": "", 50 "id": "e1b8c4dd-7b3a-4db6-a93a-0889b59b1afc", 51 "path": "<Gamepad>/leftStick", 52 "interactions": "", 53 "processors": "", 54 "groups": "", 55 "action": "move", 56 "isComposite": false, 57 "isPartOfComposite": false 58 }, 59 { 60 "name": "Dpad", 61 "id": "cefc16fc-557a-44b0-939f-2ad792876b07", 62 "path": "Dpad", 63 "interactions": "", 64 "processors": "", 65 "groups": "", 66 "action": "move", 67 "isComposite": true, 68 "isPartOfComposite": false 69 }, 70 { 71 "name": "up", 72 "id": "07244659-79df-461d-b329-defbe2fbc5f6", 73 "path": "<Keyboard>/w", 74 "interactions": "", 75 "processors": "", 76 "groups": "", 77 "action": "move", 78 "isComposite": false, 79 "isPartOfComposite": true 80 }, 81 { 82 "name": "down", 83 "id": "f0ec75cb-f02c-40d2-a33f-1fd6eab2ae0b", 84 "path": "<Keyboard>/s", 85 "interactions": "", 86 "processors": "", 87 "groups": "", 88 "action": "move", 89 "isComposite": false, 90 "isPartOfComposite": true 91 }, 92 { 93 "name": "left", 94 "id": "21fe6bfe-4721-4483-9f4a-a0031ade105c", 95 "path": "<Keyboard>/a", 96 "interactions": "", 97 "processors": "", 98 "groups": "", 99 "action": "move", 100 "isComposite": false, 101 "isPartOfComposite": true 102 }, 103 { 104 "name": "right", 105 "id": "2dd39746-c75c-4a11-838a-e59eacaf4e0b", 106 "path": "<Keyboard>/d", 107 "interactions": "", 108 "processors": "", 109 "groups": "", 110 "action": "move", 111 "isComposite": false, 112 "isPartOfComposite": true 113 }, 114 { 115 "name": "", 116 "id": "c106d6e6-2780-47ff-b318-396171bd54cc", 117 "path": "<Gamepad>/rightStick", 118 "interactions": "", 119 "processors": "", 120 "groups": "", 121 "action": "look", 122 "isComposite": false, 123 "isPartOfComposite": false 124 }, 125 { 126 "name": "", 127 "id": "578caa03-6827-4797-adfc-a59770c437fe", 128 "path": "<Pointer>/delta", 129 "interactions": "", 130 "processors": "ScaleVector2(x=2,y=2)", 131 "groups": "", 132 "action": "look", 133 "isComposite": false, 134 "isPartOfComposite": false 135 } 136 ] 137 } 138 ], 139 "controlSchemes": [] 140}