mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:47:36 +02:00
Spaceball swing + low ball throw + perspective camera
This commit is contained in:
@ -2,7 +2,7 @@ using UnityEngine;
|
||||
|
||||
public class Rotate : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private float rotateSpeed;
|
||||
public float rotateSpeed;
|
||||
|
||||
void Update()
|
||||
{
|
||||
|
Reference in New Issue
Block a user