UI material + environment change

Made-with: Cursor
This commit is contained in:
Leo Qu
2026-03-03 15:03:54 -05:00
parent 20480f6eaf
commit 00f8359961
28 changed files with 7757 additions and 5533 deletions

View File

@@ -31,7 +31,7 @@ public class ServoStraightModule : ServoMotorModule
{
currentAngle = Mathf.Clamp(angle, 0f, 180f);
lastSentAngle = currentAngle;
armPivot.localRotation = Quaternion.Euler(currentAngle, 0f, 0f);
MoveArmPivot(currentAngle);
}
// public void SetHighlight(bool enabled)