Added speaker and power modules

This commit is contained in:
Christen
2026-03-03 00:51:12 -05:00
parent 6b2270381d
commit 20480f6eaf
65 changed files with 14788 additions and 718 deletions

View File

@@ -118,6 +118,7 @@ public class TopologyBuilder : MonoBehaviour
case "Display": return ModuleType.DISPLAY;
case "Distance": return ModuleType.DISTANCE_SENSOR;
case "IMU": return ModuleType.IMU;
case "Speaker": return ModuleType.SPEAKER;
default: return ModuleType.SPLITTER;
}
}