Torque3D/Templates/BaseGame/game/tools/VerveEditor/DefaultPrefs.tscript

23 lines
838 B
Plaintext
Raw Permalink Normal View History

2019-03-07 22:23:41 +00:00
//-----------------------------------------------------------------------------
// 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;