mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
23 lines
838 B
Plaintext
23 lines
838 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// 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; |