Define preview colors for path roads
This commit is contained in:
@@ -527,6 +527,8 @@ const PATH_POINT_RADIUS = 0.15;
|
||||
const PATH_POINT_OUTLINE_RADIUS = 0.22;
|
||||
const PATH_POINT_HOVERED_SCALE = 1.22;
|
||||
const PATH_POINT_SELECTED_SCALE = 1.45;
|
||||
const PATH_ROAD_PREVIEW_COLOR = 0x5f5747;
|
||||
const PATH_ROAD_SHOULDER_PREVIEW_COLOR = 0x2d261d;
|
||||
const TERRAIN_BASE_COLOR = 0x708b57;
|
||||
const TERRAIN_HOVERED_COLOR = 0x89a765;
|
||||
const TERRAIN_SELECTED_COLOR = 0xe0c17f;
|
||||
|
||||
Reference in New Issue
Block a user