mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +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
|
|
@ -2,7 +2,7 @@
|
|||
ModuleId="MainEditor"
|
||||
VersionId="1"
|
||||
Description="Tool that can be used to view/edit an object."
|
||||
ScriptFile="MainEditor.cs"
|
||||
ScriptFile="MainEditor.tscript"
|
||||
CreateFunction="onCreate"
|
||||
DestroyFunction="onDestroy"
|
||||
Group="Tools">
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@ function MainEditor::onCreate( %this )
|
|||
{
|
||||
echo("\n--------- Initializing MainEditor ---------");
|
||||
|
||||
//exec("tools/gui/profiles.ed.cs");
|
||||
//exec("./scripts/GuiProfiles.cs");
|
||||
//exec("tools/gui/profiles.ed.tscript");
|
||||
//exec("./scripts/GuiProfiles.tscript");
|
||||
|
||||
exec("./guis/MainEditorWindow.gui");
|
||||
|
||||
//exec("./scripts/newEditorGui.cs");
|
||||
//exec("./scripts/newEditorGui.tscript");
|
||||
|
||||
$UsePanelLayout = false;
|
||||
$AssetBrowserPanelState = true;
|
||||
Loading…
Add table
Add a link
Reference in a new issue