UI material and environment

Made-with: Cursor
This commit is contained in:
Leo Qu
2026-03-03 16:28:20 -05:00
parent 00f8359961
commit b6c487db2a
17 changed files with 955 additions and 15 deletions

View File

@@ -323,7 +323,7 @@ public class LiveViewModulePanel : MonoBehaviour
if (m is DCMotorModule) return "DC";
if (m is DisplayModule) return "Display";
if (m is HubModule) return "Hub";
if (m is PowerModule) return "Battery";
if (m is PowerModule) return "Power";
if (m is GripperModule) return "Gripper";
if (m is DisplayModule) return "Display";
if (m is DistanceSensorModule) return "Distance Sensor";