summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Test 1/TestInput.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-08-29 12:54:37 +0800
committerchai <chaifix@163.com>2021-08-29 12:54:37 +0800
commitde78537f8edc6cb162ba58520956255f7e53769d (patch)
tree1bf05e3910149bffb79fb0c96e9ef1e28ea126e1 /Assets/Scripts/Test 1/TestInput.cs
parente2284510c40e2d637c28108b50df2e403d51ec1c (diff)
*轴向改为xy
Diffstat (limited to 'Assets/Scripts/Test 1/TestInput.cs')
-rw-r--r--Assets/Scripts/Test 1/TestInput.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Assets/Scripts/Test 1/TestInput.cs b/Assets/Scripts/Test 1/TestInput.cs
index f7178549..72e0351b 100644
--- a/Assets/Scripts/Test 1/TestInput.cs
+++ b/Assets/Scripts/Test 1/TestInput.cs
@@ -7,6 +7,8 @@ public class TestInput : MonoBehaviour
private void Update()
{
+ InputManager.Instance.OnUpdate();
+
//if(Input.GetKeyDown("j"))
//{
// InputManager.Instance.OnAttack();