planet Move skript update

This commit is contained in:
mkadou
2023-06-05 16:22:18 +02:00
parent 3db8cc2930
commit 5c14e4432f

View File

@@ -4,6 +4,7 @@ using UnityEngine;
public class PlanetMove : MonoBehaviour
{
public int PlayerID;
public float rotationSpeed = 1f; // Geschwindigkeit der Rotation
public float radius = 5f; // Radius des Kreises
private float angle = 0f; // Aktueller Winkel im Kreis