修改快捷键

This commit is contained in:
shenjianxing 2025-01-02 10:24:55 +08:00
parent 837a2bcdbf
commit e8705deffd

View File

@ -32,7 +32,7 @@ public class TimeScaleController : MonoBehaviour
animSpeed = 0; animSpeed = 0;
} }
#if UNITY_WEBGL #if UNITY_WEBGL
if (Input.GetKey(KeyCode.LeftAlt) || Input.GetKey(KeyCode.RightControl)) if (Input.GetKey(KeyCode.LeftControl) || Input.GetKey(KeyCode.RightControl))
{ {
if (Input.GetKeyDown(KeyCode.Q)) if (Input.GetKeyDown(KeyCode.Q))
{ {