From 837a2bcdbf7e1766f8abeda39514a87ec8f62fd3 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Thu, 2 Jan 2025 10:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/TimeScaleController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/TimeScaleController.cs b/Assets/Scripts/TimeScaleController.cs index 7154704b..5e8be5ce 100644 --- a/Assets/Scripts/TimeScaleController.cs +++ b/Assets/Scripts/TimeScaleController.cs @@ -34,9 +34,9 @@ public class TimeScaleController : MonoBehaviour #if UNITY_WEBGL if (Input.GetKey(KeyCode.LeftAlt) || Input.GetKey(KeyCode.RightControl)) { - if (Input.GetKeyDown(KeyCode.A)) + if (Input.GetKeyDown(KeyCode.Q)) { - Debug.Log("Ctrl + W £"); + Debug.Log("Ctrl + Q £"); string str = string.Empty; str = $"Posision:{gameObject.transform.position}\nRotate:{gameObject.transform.eulerAngles}";