Added robot presets and draw robot and basic grid functions

This commit is contained in:
2025-10-27 10:31:29 -04:00
parent c60c8019ff
commit a68d666d27
2 changed files with 121 additions and 3 deletions

View File

@ -22,6 +22,12 @@
--border-radius-sm: 4px;
--shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
--grid-color: #e4e4e733;
--robot-frame-color: #1e81bf;
--robot-fill-color: #5f9ec4;
--swerve-module-color: #7bb6db;
--swerve-arrow-color: #c73c3c;
}
body {