This commit is contained in:
Your Name
2024-05-17 13:10:50 -05:00
parent 55f89010b9
commit 70ee6e6791
3 changed files with 20 additions and 145 deletions

View File

@@ -37,8 +37,9 @@ typedef enum UIStatus {
const float CENTER_LANE_ALPHA = 0.75;
const float OTHER_LANE_ALPHA = 0.75;
const int CENTER_LANE_WIDTH = 70;
const int OTHER_LANE_WIDTH = 16;
const int CENTER_PATH_WIDTH = 70;
const int LANE_CHANGE_NO_LAT_PATH_WIDTH = 10;
const int EDGE_PATH_WIDTH = 16;
const QColor ACTIVE_COLOR = QColor(189, 199, 252, 0xd1);