mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +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
|
|
@ -23,15 +23,11 @@
|
|||
function initializeMeshRoadEditor()
|
||||
{
|
||||
echo(" % - Initializing Mesh Road Editor");
|
||||
|
||||
$MeshRoadEditor::defaultTopMaterialAsset = "Prototyping:FloorGray";
|
||||
$MeshRoadEditor::defaultBottomMaterialAsset = "Prototyping:FloorGray";
|
||||
$MeshRoadEditor::defaultSideMaterialAsset = "Prototyping:WallOrange";
|
||||
|
||||
exec( "./meshRoadEditor.cs" );
|
||||
exec( "./meshRoadEditor.tscript" );
|
||||
exec( "./meshRoadEditorGui.gui" );
|
||||
exec( "./meshRoadEditorToolbar.gui");
|
||||
exec( "./meshRoadEditorGui.cs" );
|
||||
exec( "./meshRoadEditorGui.tscript" );
|
||||
|
||||
MeshRoadEditorGui.setVisible( false );
|
||||
MeshRoadEditorOptionsWindow.setVisible( false );
|
||||
Loading…
Add table
Add a link
Reference in a new issue