upgraded the game

This commit is contained in:
2021-07-22 21:52:18 +02:00
parent 2e017145f1
commit f6035eaa38
19 changed files with 504 additions and 36 deletions

View File

@@ -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;