Added a method of moving the grid in line with the robot's movement

This commit is contained in:
2025-10-27 22:10:51 -04:00
parent e9a233653a
commit 9ba978512d
2 changed files with 54 additions and 12 deletions

View File

@ -23,7 +23,7 @@
--shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
--grid-color: #e4e4e733;
--grid-color: #e4e4e78c;
--robot-frame-color: #1e81bf;
--robot-fill-color: #5f9ec4;
--swerve-module-color: #1e81bf;