... (KeyCode.LeftArrow)) { rot -= rotationSpeed * Time.deltaTime; transform ... (KeyCode.Space)) { if (running){ float slightMove = 0.5f; moveDir = new Vector3 (0 ...
確定! 回上一頁