Torque3D/Templates/BaseGame/game/tools/VerveEditor/DefaultPrefs.cs
2019-03-07 16:23:41 -06:00

23 lines
838 B
C#

//-----------------------------------------------------------------------------
// Verve
// Copyright (C) - Violent Tulip
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//
// Recent Files
//
//-----------------------------------------------------------------------------
$Pref::VerveEditor::RecentFileSize = 10;
//-----------------------------------------------------------------------------
//
// Event Snap
//
//-----------------------------------------------------------------------------
$Pref::VerveEditor::Event::SnapToTime = true;
$Pref::VerveEditor::Event::SnapToTimeThreshold = 100;
$Pref::VerveEditor::Event::SnapToSiblings = true;
$Pref::VerveEditor::Event::SnapToSiblingThreshold = 100;