upgraded the game
This commit is contained in:
@@ -10,7 +10,7 @@ public class Rotation : MonoBehaviour
|
||||
public bool static_center = true;
|
||||
public bool right_rotation = true;
|
||||
public bool flipping = false;
|
||||
[Range(0.1f, 8)] public float speed = 1;
|
||||
[Range(1f, 180f)] public float speed = 1;
|
||||
[Range(0, (float)Math.PI * 2)] public float flip_angle = 0;
|
||||
|
||||
private float angle;
|
||||
|
||||
Reference in New Issue
Block a user