mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Improve handling of non-default script filenames
This commit is contained in:
parent
099dd4f1f3
commit
9ccaa6d3ea
118 changed files with 534 additions and 528 deletions
|
|
@ -24,12 +24,12 @@ function initializeConvexEditor()
|
|||
{
|
||||
echo(" % - Initializing Sketch Tool");
|
||||
|
||||
exec( "./convexEditor.tscript" );
|
||||
exec( "./convexEditor." @ $TorqueScriptFileExtension );
|
||||
exec( "./convexEditorGui.gui" );
|
||||
exec( "./convexEditorToolbar.ed.gui" );
|
||||
exec( "./convexEditorGui.tscript" );
|
||||
exec( "./convexEditorGui." @ $TorqueScriptFileExtension );
|
||||
exec( "./convexEditorSidebarGui.gui" );
|
||||
exec( "./materials.tscript" );
|
||||
exec( "./materials." @ $TorqueScriptFileExtension );
|
||||
|
||||
ConvexEditorGui.setVisible( false );
|
||||
ConvexEditorOptionsWindow.setVisible( false );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue