Skip to content

Commit

Permalink
Feat: More Input Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fkdl0048 committed Oct 14, 2023
1 parent 021a799 commit 71562fd
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .idea/.idea.GameOver/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 56 additions & 1 deletion Assets/New Controls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public @NewControls()
],
""bindings"": [
{
""name"": ""2D Vector"",
""name"": ""WASD"",
""id"": ""be7b3ab5-89a9-4470-88eb-cfe77b258e98"",
""path"": ""2DVector"",
""interactions"": """",
Expand Down Expand Up @@ -92,6 +92,61 @@ public @NewControls()
""action"": ""Move"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""Arrow"",
""id"": ""7497aac6-a747-4862-a7fb-f879e47d01ea"",
""path"": ""2DVector"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move"",
""isComposite"": true,
""isPartOfComposite"": false
},
{
""name"": ""up"",
""id"": ""ba2678b3-9833-4007-8a03-291cb555768d"",
""path"": ""<Keyboard>/upArrow"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""down"",
""id"": ""9b7ed1c5-7dce-4abf-8f6c-e8a54970f2cd"",
""path"": ""<Keyboard>/downArrow"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""left"",
""id"": ""2df9ec13-72fc-4ee1-b5a2-c1a185d27248"",
""path"": ""<Keyboard>/leftArrow"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move"",
""isComposite"": false,
""isPartOfComposite"": true
},
{
""name"": ""right"",
""id"": ""f248ea6f-1567-4560-9bca-a0566010e28e"",
""path"": ""<Keyboard>/rightArrow"",
""interactions"": """",
""processors"": """",
""groups"": """",
""action"": ""Move"",
""isComposite"": false,
""isPartOfComposite"": true
}
]
}
Expand Down
57 changes: 56 additions & 1 deletion Assets/New Controls.inputactions
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"bindings": [
{
"name": "2D Vector",
"name": "WASD",
"id": "be7b3ab5-89a9-4470-88eb-cfe77b258e98",
"path": "2DVector",
"interactions": "",
Expand Down Expand Up @@ -70,6 +70,61 @@
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "Arrow",
"id": "7497aac6-a747-4862-a7fb-f879e47d01ea",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "ba2678b3-9833-4007-8a03-291cb555768d",
"path": "<Keyboard>/upArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "9b7ed1c5-7dce-4abf-8f6c-e8a54970f2cd",
"path": "<Keyboard>/downArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "2df9ec13-72fc-4ee1-b5a2-c1a185d27248",
"path": "<Keyboard>/leftArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "f248ea6f-1567-4560-9bca-a0566010e28e",
"path": "<Keyboard>/rightArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
}
]
}
Expand Down

0 comments on commit 71562fd

Please sign in to comment.