WASD Movement Added

This commit is contained in:
Syntriax 2022-02-27 11:36:48 +03:00
parent 93fbc6bbeb
commit fc5b509cd0
2 changed files with 44 additions and 0 deletions

View File

@ -98,6 +98,17 @@ namespace Input
""isComposite"": false, ""isComposite"": false,
""isPartOfComposite"": true ""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"", ""name"": ""positive"",
""id"": ""064aa7d7-b08b-4cea-915f-e225e5c62072"", ""id"": ""064aa7d7-b08b-4cea-915f-e225e5c62072"",
@ -109,6 +120,17 @@ namespace Input
""isComposite"": false, ""isComposite"": false,
""isPartOfComposite"": true ""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"", ""name"": ""1D Axis Gamepad"",
""id"": ""93eaa249-8b44-4767-b233-0ed70a500631"", ""id"": ""93eaa249-8b44-4767-b233-0ed70a500631"",

View File

@ -74,6 +74,17 @@
"isComposite": false, "isComposite": false,
"isPartOfComposite": true "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", "name": "positive",
"id": "064aa7d7-b08b-4cea-915f-e225e5c62072", "id": "064aa7d7-b08b-4cea-915f-e225e5c62072",
@ -85,6 +96,17 @@
"isComposite": false, "isComposite": false,
"isPartOfComposite": true "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", "name": "1D Axis Gamepad",
"id": "93eaa249-8b44-4767-b233-0ed70a500631", "id": "93eaa249-8b44-4767-b233-0ed70a500631",