Improve handling of non-default script filenames

This commit is contained in:
Lukas Aldershaab 2021-01-07 12:01:09 +01:00
parent 099dd4f1f3
commit 9ccaa6d3ea
118 changed files with 534 additions and 528 deletions

View file

@ -24,10 +24,10 @@ function initializeRoadEditor()
{
echo( " - Initializing Road and Path Editor" );
exec( "./roadEditor.tscript" );
exec( "./roadEditor." @ $TorqueScriptFileExtension );
exec( "./RoadEditorGui.gui" );
exec( "./RoadEditorToolbar.gui");
exec( "./roadEditorGui.tscript" );
exec( "./roadEditorGui." @ $TorqueScriptFileExtension );
// Add ourselves to EditorGui, where all the other tools reside
RoadEditorGui.setVisible( false );