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

@@ -114,6 +114,7 @@ public class TopologyBuilder : MonoBehaviour
case "DC": return ModuleType.DC_MOTOR;
case "Hub": return ModuleType.SPLITTER;
case "Battery": return ModuleType.BATTERY;
case "Power": return ModuleType.POWER;
case "Gripper": return ModuleType.GRIPPER;
case "Display": return ModuleType.DISPLAY;
case "Distance": return ModuleType.DISTANCE_SENSOR;