mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
spline color visibility tweak
This commit is contained in:
parent
9ec752b646
commit
6c7f15cff2
3 changed files with 6 additions and 6 deletions
|
|
@ -222,8 +222,8 @@ function RiverEditorPlugin::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.endGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue