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

@@ -183,6 +183,12 @@ public class TopologyBuilder : MonoBehaviour
}
servo.InitialSetAngle(module.Degree);
}
else if (parsedType == ModuleType.GRIPPER)
{
var gripper = instance.GetComponent<GripperModule>();
if (gripper != null)
gripper.InitialSetAngle(module.Degree);
}
}
}