spline color visibility tweak

This commit is contained in:
AzaezelX 2025-11-18 18:56:24 -06:00
parent 9ec752b646
commit 6c7f15cff2
3 changed files with 6 additions and 6 deletions

View file

@ -204,8 +204,8 @@ function RoadEditorPlugin::initSettings( %this )
EditorSettings.beginGroup( "RoadEditor", true );
EditorSettings.setDefaultValue( "DefaultWidth", "10" );
EditorSettings.setDefaultValue( "HoverSplineColor", "255 0 0 255" );
EditorSettings.setDefaultValue( "SelectedSplineColor", "0 255 0 255" );
EditorSettings.setDefaultValue( "HoverSplineColor", "255 0 255 255" );
EditorSettings.setDefaultValue( "SelectedSplineColor", "192 0 192 255" );
EditorSettings.setDefaultValue( "HoverNodeColor", "255 255 255 255" ); //<-- Not currently used
EditorSettings.setDefaultValue( "MaterialName", "DefaultDecalRoadMaterial" );