mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Parametrize script extension, default to 'tscript'
This commit is contained in:
parent
b8b62292bd
commit
099dd4f1f3
542 changed files with 774 additions and 783 deletions
|
|
@ -24,12 +24,12 @@ function initializeConvexEditor()
|
|||
{
|
||||
echo(" % - Initializing Sketch Tool");
|
||||
|
||||
exec( "./convexEditor.cs" );
|
||||
exec( "./convexEditor.tscript" );
|
||||
exec( "./convexEditorGui.gui" );
|
||||
exec( "./convexEditorToolbar.ed.gui" );
|
||||
exec( "./convexEditorGui.cs" );
|
||||
exec( "./convexEditorGui.tscript" );
|
||||
exec( "./convexEditorSidebarGui.gui" );
|
||||
exec( "./materials.cs" );
|
||||
exec( "./materials.tscript" );
|
||||
|
||||
ConvexEditorGui.setVisible( false );
|
||||
ConvexEditorOptionsWindow.setVisible( false );
|
||||
Loading…
Add table
Add a link
Reference in a new issue