shift prototyping UI into tools proper

was prototyped in the prototyping module. now properly resides in tools
This commit is contained in:
AzaezelX 2025-05-17 16:25:07 -05:00
parent 557101b338
commit 26d0e427de
5 changed files with 4 additions and 3 deletions

View file

@ -88,6 +88,10 @@ function onStart()
// common, along with the guiProfiles they depend on.
exec( "./gui/guiDialogs.ed." @ $TorqueScriptFileExtension );
//class method prototyping
exec( "./gui/classPrototyping.gui");
exec( "./gui/classPrototyping");
//%toggle = $Scripts::ignoreDSOs;
//$Scripts::ignoreDSOs = true;