Implemented relations displaying mode

This commit is contained in:
2026-04-29 23:23:20 +02:00
parent fc0341d9ad
commit 4ec32252cf
5 changed files with 37 additions and 3 deletions

View File

@@ -16,10 +16,11 @@ pub const NODE_COLOUR = clr.brown;
pub const NODE_TEMP_COLOUR = clr.orange;
/// The colour of the node being at the cursor
pub const NODE_CURSOR_COLOUR = clr.blue;
pub const NODE_RELATED_COLOUR = clr.purple;
/// Road (line) size
pub const ROAD_SIZE = 20;
/// Regular road colour
pub const ROAD_COLOUR = clr.black;
/// Colour of the road that is highlighted
pub const ROAD_HIGHLIGHTED_COLOUR = clr.green;
pub const ROAD_HIGHLIGHTED_COLOUR = clr.green;