fix floater FINALLY

This commit is contained in:
Lillith Rose 2026-02-21 16:24:16 -05:00
parent 452faae79a
commit 084c5eab2f
2 changed files with 37 additions and 48 deletions

View file

@ -11,7 +11,7 @@ namespace gay.lilyy.aacshared.runtimecomponents
void Start(){}
public float floatHeight = 0;
[Tooltip("Time in seconds for one full spin cycle")]
public float loopInSeconds = 10f;
public float loopInSeconds = 60f;
[Tooltip("Number of times object spins in one loop")]
public int spinCycles = 2;
[Tooltip("Axis to spin around (x, y, or z)")]