mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 15:43:45 +00:00
correct main entry to 128
This commit is contained in:
parent
ddddf112a4
commit
acef688a45
2 changed files with 2 additions and 2 deletions
|
|
@ -245,7 +245,7 @@
|
|||
<Setting
|
||||
name="AdvancedWndVisible">1</Setting>
|
||||
<Setting
|
||||
name="backgroundColor">188 188 188 100</Setting>
|
||||
name="backgroundColor">128 128 128 100</Setting>
|
||||
<Setting
|
||||
name="gridDimension">40 40</Setting>
|
||||
<Setting
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@ function ShapeEditorPlugin::initSettings( %this )
|
|||
EditorSettings.beginGroup( "ShapeEditor", true );
|
||||
|
||||
// Display options
|
||||
EditorSettings.setDefaultValue( "BackgroundColor", "0.5 0.5 0.5 100" );
|
||||
EditorSettings.setDefaultValue( "BackgroundColor", "128 128 128 100" );
|
||||
EditorSettings.setDefaultValue( "HighlightMaterial", 1 );
|
||||
EditorSettings.setDefaultValue( "ShowNodes", 1 );
|
||||
EditorSettings.setDefaultValue( "ShowBounds", 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue