mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Added TerrainSnapOffsetZ back to editor settings
This commit is contained in:
parent
e1f0931255
commit
ecfe9a579c
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ EditorSettings.endGroup();
|
||||||
|
|
||||||
EditorSettings.beginGroup( "Tools" );
|
EditorSettings.beginGroup( "Tools" );
|
||||||
EditorSettings.setDefaultValue( "snapGround", "0" );
|
EditorSettings.setDefaultValue( "snapGround", "0" );
|
||||||
|
EditorSettings.setDefaultValue( "TerrainSnapOffsetZ", "0" );
|
||||||
|
EditorSettings.setDefaultValue( "OffsetZValue", "0.01" );
|
||||||
EditorSettings.setDefaultValue( "snapSoft", "0" );
|
EditorSettings.setDefaultValue( "snapSoft", "0" );
|
||||||
EditorSettings.setDefaultValue( "snapSoftSize", "2.0" );
|
EditorSettings.setDefaultValue( "snapSoftSize", "2.0" );
|
||||||
EditorSettings.setDefaultValue( "boundingBoxCollision", "0" );
|
EditorSettings.setDefaultValue( "boundingBoxCollision", "0" );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue