|
|
@@ -209,8 +209,8 @@ function MeshRoadEditorPlugin::initSettings( %this )
|
|
|
EditorSettings.setDefaultValue( "DefaultWidth", "10" );
|
|
|
EditorSettings.setDefaultValue( "DefaultDepth", "5" );
|
|
|
EditorSettings.setDefaultValue( "DefaultNormal", "0 0 1" );
|
|
|
- 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( "TopMaterialName", "DefaultRoadMaterialTop" );
|
|
|
EditorSettings.setDefaultValue( "BottomMaterialName", "DefaultRoadMaterialOther" );
|