Parametrize script extension, default to 'tscript'

This commit is contained in:
Lukas Aldershaab 2020-12-12 16:54:16 +01:00
parent b8b62292bd
commit 099dd4f1f3
542 changed files with 774 additions and 783 deletions

View file

@ -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 );