diff options
author | chai <chaifix@163.com> | 2021-08-30 09:49:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-30 09:49:38 +0800 |
commit | e5faa213bae57d3d7a92ceb078b4d1ddbe3c2f0c (patch) | |
tree | 7a3c265f7b9ea94cc6b415eb325945965c84aca9 /Assets/Scripts/Test 1/TestInput.cs | |
parent | cf4e1f9833c810e18429ddf40f4bcf9052ff17ac (diff) |
*misc
Diffstat (limited to 'Assets/Scripts/Test 1/TestInput.cs')
-rw-r--r-- | Assets/Scripts/Test 1/TestInput.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Assets/Scripts/Test 1/TestInput.cs b/Assets/Scripts/Test 1/TestInput.cs index 72e0351b..1a43f108 100644 --- a/Assets/Scripts/Test 1/TestInput.cs +++ b/Assets/Scripts/Test 1/TestInput.cs @@ -8,23 +8,6 @@ public class TestInput : MonoBehaviour private void Update() { InputManager.Instance.OnUpdate(); - - //if(Input.GetKeyDown("j")) - //{ - // InputManager.Instance.OnAttack(); - //} - //if(Input.GetKeyDown("space")) - //{ - // InputManager.Instance.OnJump(); - //} - //if(Input.GetKeyDown("d")) - //{ - // InputManager.Instance.OnMoveRight(); - //} - //if(Input.GetKeyDown("a")) - //{ - // InputManager.Instance.OnMoveLeft(); - //} } } |