Add slider speed
This commit is contained in:
@@ -6,7 +6,7 @@ public class SilderHandler : MonoBehaviour
|
||||
{
|
||||
public GameObject basemodel;
|
||||
public Slider rotationSlider;
|
||||
public float joystickSpeed = 50f;
|
||||
public float joystickSpeed = 400f;
|
||||
|
||||
private float x, y, z;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user