Implemented relations displaying mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user