WASD Movement Added
This commit is contained in:
parent
93fbc6bbeb
commit
fc5b509cd0
|
@ -98,6 +98,17 @@ namespace Input
|
|||
""isComposite"": false,
|
||||
""isPartOfComposite"": true
|
||||
},
|
||||
{
|
||||
""name"": ""negative"",
|
||||
""id"": ""8e34175e-1972-4375-ba6e-a165f1665015"",
|
||||
""path"": ""<Keyboard>/a"",
|
||||
""interactions"": """",
|
||||
""processors"": """",
|
||||
""groups"": ""KeyBoard"",
|
||||
""action"": ""Move"",
|
||||
""isComposite"": false,
|
||||
""isPartOfComposite"": true
|
||||
},
|
||||
{
|
||||
""name"": ""positive"",
|
||||
""id"": ""064aa7d7-b08b-4cea-915f-e225e5c62072"",
|
||||
|
@ -109,6 +120,17 @@ namespace Input
|
|||
""isComposite"": false,
|
||||
""isPartOfComposite"": true
|
||||
},
|
||||
{
|
||||
""name"": ""positive"",
|
||||
""id"": ""51f40a3f-9685-40e9-8cbd-5d3147ee05e1"",
|
||||
""path"": ""<Keyboard>/d"",
|
||||
""interactions"": """",
|
||||
""processors"": """",
|
||||
""groups"": ""KeyBoard"",
|
||||
""action"": ""Move"",
|
||||
""isComposite"": false,
|
||||
""isPartOfComposite"": true
|
||||
},
|
||||
{
|
||||
""name"": ""1D Axis Gamepad"",
|
||||
""id"": ""93eaa249-8b44-4767-b233-0ed70a500631"",
|
||||
|
|
|
@ -74,6 +74,17 @@
|
|||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "negative",
|
||||
"id": "8e34175e-1972-4375-ba6e-a165f1665015",
|
||||
"path": "<Keyboard>/a",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "KeyBoard",
|
||||
"action": "Move",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "positive",
|
||||
"id": "064aa7d7-b08b-4cea-915f-e225e5c62072",
|
||||
|
@ -85,6 +96,17 @@
|
|||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "positive",
|
||||
"id": "51f40a3f-9685-40e9-8cbd-5d3147ee05e1",
|
||||
"path": "<Keyboard>/d",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "KeyBoard",
|
||||
"action": "Move",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "1D Axis Gamepad",
|
||||
"id": "93eaa249-8b44-4767-b233-0ed70a500631",
|
||||
|
|
Loading…
Reference in New Issue